Skip to content

Commit a516f9b

Browse files
committed
maint(Build): Update GitHub actions setup.
1 parent 1f6694d commit a516f9b

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,10 +11,10 @@ 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: |
2020
make install

0 commit comments

Comments
 (0)