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 d2eed17 + 660fe4d commit 319c113Copy full SHA for 319c113
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
with:
19
node-version: ${{ matrix.node-version }}
20
cache: npm
@@ -45,7 +45,7 @@ jobs:
45
46
47
- name: Use Node.js lts
48
49
50
node-version: lts/*
51
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
fetch-depth: 0 # Need history for changelog generation
26
27
28
29
30
registry-url: https://registry.npmjs.org
0 commit comments