Skip to content

Commit a7eb264

Browse files
authored
chore: use Node.js 16.x in CI (#198)
1 parent 35ffeb1 commit a7eb264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-gyp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
path: node-gyp
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 14.x
29+
node-version: 16.x
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)