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 2e510d0 + 2b2a9a2 commit bf0e5d9Copy full SHA for bf0e5d9
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
19
with:
20
node-version: ${{ matrix.node-version }}
21
cache: npm
@@ -46,7 +46,7 @@ jobs:
46
47
48
- name: Use Node.js lts
49
50
51
node-version: lts/*
52
.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