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 f61cc09 commit 4967db0Copy full SHA for 4967db0
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 14
+ node-version: 18
15
registry-url: https://registry.npmjs.org/
16
cache: npm
17
- run: npm ci
.github/workflows/nodejs.yml .github/workflows/test.yml.github/workflows/nodejs.yml renamed to .github/workflows/test.yml
@@ -6,10 +6,10 @@ jobs:
6
runs-on: macos-latest
7
steps:
8
- uses: actions/checkout@v2
9
- - name: Use Node.js 14.x
+ - name: Use Node.js
10
uses: actions/setup-node@v1
- node-version: 14.x
+ node-version: 18.x
- name: npm install, build, and test
run: |
npm install
0 commit comments