Skip to content

Commit

Permalink
fix(ci): pin node-gyp to v10
Browse files Browse the repository at this point in the history
Also pin node to v20 in CI
  • Loading branch information
DerekStride committed Nov 23, 2023
1 parent e9d3b5d commit 0aaf90a
Show file tree
Hide file tree
Showing 5 changed files with 1,066 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20
- run: npm install
- run: npm test
- run: scripts/test-keywords.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20
- run: npm install
- name: Publish parser on GitHub Pages
run: cp -r LICENSE src queries bindings Package.swift docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 21
node-version: 20
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm publish --access public
Expand Down
Loading

0 comments on commit 0aaf90a

Please sign in to comment.