We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f554e79 commit 898b523Copy full SHA for 898b523
2 files changed
.github/workflows/develop.yml
@@ -10,7 +10,10 @@ jobs:
10
name: Check
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
14
+ - uses: actions/setup-node@v2
15
+ with:
16
+ node-version: '20.x'
17
18
- name: install dependencies
19
run: npm install
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run test
0 commit comments