Skip to content

Commit b0cc574

Browse files
authored
Update build_test.yml
1 parent c48e531 commit b0cc574

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
os: [ubuntu-latest, windows-latest, macos-latest]
2020
steps:
2121
- uses: actions/checkout@v2
22-
- name: Setup node 14
22+
- name: Setup node 16
2323
uses: actions/setup-node@v2
2424
with:
25-
node-version: 14.x
25+
node-version: 16.x
2626
- run: npm install
2727
- run: npm run build
2828
- run: npm test

0 commit comments

Comments
 (0)