We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b043363 commit fc42e8eCopy full SHA for fc42e8e
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v3
15
- uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: 20
18
- run: npm install --ignore-scripts --no-audit
19
- run: npm test
20
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
registry-url: https://registry.npmjs.org/
30
31
- run: npm run build
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
- 14.13.0
- 16
- 18
32
+ - 20
33
34
steps:
35
0 commit comments