Skip to content

Commit d3d491a

Browse files
authored
Update node version from 14 to 16
1 parent 8da4a08 commit d3d491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Node.js 16.x
3636
uses: actions/setup-node@v3
3737
with:
38-
node-version: '14'
38+
node-version: '16'
3939
registry-url: 'https://registry.npmjs.org'
4040

4141
# - name: Install Python 2.7

0 commit comments

Comments
 (0)