Skip to content

Commit 3a0f8e6

Browse files
committed
Use node 16 on test
1 parent dbfc9f7 commit 3a0f8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js, NPM and Yarn
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 14
20+
node-version: 16
2121

2222
- name: yarn install
2323
run: |

0 commit comments

Comments
 (0)