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 5f2aa3b + caa0688 commit e0b0e59Copy full SHA for e0b0e59
.github/workflows/nodejs.yml
@@ -12,10 +12,10 @@ jobs:
12
13
steps:
14
- uses: actions/checkout@v3
15
- - name: Use Node.js 16.x
+ - name: Use Node.js 18.x
16
uses: actions/setup-node@v3
17
with:
18
- node-version: 16.x
+ node-version: 18.x
19
- name: npm install, build, and test
20
run: |
21
npm install
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/setup-node@v3
- node-version: 16
+ node-version: 18
registry-url: https://registry.npmjs.org/
cache: npm
- run: npm ci
0 commit comments