Skip to content

Commit c2d1ab5

Browse files
author
Michel Weststrate
committed
bump node version for github actions
1 parent effb9e8 commit c2d1ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v3
1616
- uses: actions/setup-node@v3
1717
with:
18-
node-version: 16
18+
node-version: 20
1919
- name: install
2020
run: yarn
2121
- name: test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node-version: [16.x]
13+
node-version: [20.x]
1414
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)