Skip to content

Commit 3525d95

Browse files
committed
build: update Node versions for test and release
1 parent 4c04617 commit 3525d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
version: [18, 20]
14+
version: [20, 22]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
registry-url: https://registry.npmjs.org/
1919

2020
- run: npm install

0 commit comments

Comments
 (0)