Skip to content

Commit fc42e8e

Browse files
authored
upgrade to Node 20 and add to test matrix (#370)
closes #359
1 parent b043363 commit fc42e8e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
- run: npm install --ignore-scripts --no-audit
1919
- run: npm test
2020

@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: 16
28+
node-version: 20
2929
registry-url: https://registry.npmjs.org/
3030
- run: npm install --ignore-scripts --no-audit
3131
- run: npm run build

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- 14.13.0
3030
- 16
3131
- 18
32+
- 20
3233

3334
steps:
3435
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)