We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6e06b commit f4e954fCopy full SHA for f4e954f
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v3
12
- name: Use Node.js ${{ matrix.node-version }}
13
- uses: actions/setup-node@v3.4.1
+ uses: actions/setup-node@v6.0.0
14
with:
15
node-version: '14'
16
cache: 'npm'
.github/workflows/npmpublish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: macOS-latest
- - uses: actions/setup-node@v3.4.1
+ - uses: actions/setup-node@v6.0.0
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
26
27
28
29
node-version: 12
30
registry-url: https://registry.npmjs.org/
0 commit comments