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.
2 parents ceac2b2 + d50fada commit 121b5e2Copy full SHA for 121b5e2
.github/workflows/nodejs.yml
@@ -6,15 +6,14 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - name: Use Node.js 16.x
+ - name: Use Node.js 20.x
10
uses: actions/setup-node@v2
11
with:
12
- node-version: 16.x
+ node-version: 20.x
13
- name: npm install, build, and test
14
run: |
15
npm install
16
npm run build --if-present
17
npm test
18
env:
19
CI: true
20
-
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- node-version: 16
+ node-version: 20
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
0 commit comments