Skip to content

Commit

Permalink
Pin Node v20 to v20.5 to circumvent nodejs/node#49497
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Sep 6, 2023
1 parent 5fb7c3a commit 7db2d93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18, 20]
node: [16, 18, "20.5"]

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: "20.5"
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit 7db2d93

Please sign in to comment.