Skip to content

Commit

Permalink
chore: use Node.js 16.x in CI (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored Jun 20, 2023
1 parent 35ffeb1 commit a7eb264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-gyp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: node-gyp
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
Expand Down

0 comments on commit a7eb264

Please sign in to comment.