Skip to content

Commit

Permalink
Unpin Node v20 since nodejs/node#49497 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Nov 8, 2023
1 parent 7db2d93 commit a192ac6
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.5"]
node: [16, 18, 20]

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.5"
node-version: 20
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit a192ac6

Please sign in to comment.