We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f228410 commit f4f767eCopy full SHA for f4f767e
2 files changed
.github/workflows/node.js.yml
@@ -19,9 +19,9 @@ jobs:
19
node-version: [16.x, 18.x]
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.5.3
23
- name: Use Node.js ${{ matrix.node-version }}
24
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3.7.0
25
with:
26
node-version: ${{ matrix.node-version }}
27
- run: npm ci
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.5.3
13
14
fetch-depth: 0
15
- name: Setup Node.js
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
node-version: "18.x"
42
- name: Installing dependencies
0 commit comments