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 200e0f4 commit 93a32d3Copy full SHA for 93a32d3
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
strategy:
16
matrix:
17
- node-version: [16.x]
+ node-version: [20.x]
18
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
19
20
steps:
.github/workflows/npm-publish.yml
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: 16
+ node-version: 20
21
- run: npm ci --force
22
- run: npm run build:dev --if-present
23
- run: npm test
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
registry-url: https://registry.npmjs.org/
35
36
- run: npm run production --if-present
0 commit comments