Skip to content

Commit a192ac6

Browse files
committed
Unpin Node v20 since nodejs/node#49497 is fixed
1 parent 7db2d93 commit a192ac6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: [16, 18, "20.5"]
12+
node: [16, 18, 20]
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: "20.5"
24+
node-version: 20
2525
cache: npm
2626

2727
- name: Install dependencies

0 commit comments

Comments
 (0)