We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87a02e3 commit 617b615Copy full SHA for 617b615
.github/workflows/ci.yml
@@ -10,11 +10,11 @@ jobs:
10
ci:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis (SonarCloud)
16
- name: Use Node.js
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
19
cache: npm
20
node-version: 16
.github/workflows/npmpublish.yml
@@ -8,10 +8,10 @@ jobs:
8
publish-npm:
9
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
- node-version: 12
+ node-version: 16
registry-url: https://registry.npmjs.org/
- name: Build
run: |
0 commit comments