Skip to content

Commit 3c98bfa

Browse files
committed
maint(Build): Use node version 16 and upgrade setup-node and checkout actions.
1 parent 3db47fe commit 3c98bfa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
name: test
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: actions/setup-node@v2
14+
- uses: actions/checkout@v3
15+
- uses: actions/setup-node@v3
1616
with:
17-
node-version: '14'
17+
node-version: '16'
1818
cache: 'yarn'
1919
- run: make check

0 commit comments

Comments
 (0)