Skip to content

Commit d3e38c0

Browse files
committed
use node v16 in test runner
1 parent 5d79c24 commit d3e38c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v1
16-
- name: install node v12
16+
- name: install node v16
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: 12
19+
node-version: 16
2020

2121
- name: yarn install
2222
run: yarn install

0 commit comments

Comments
 (0)