We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fca397 commit 9c40b41Copy full SHA for 9c40b41
.github/workflows/node.js.yml
@@ -15,9 +15,9 @@ jobs:
15
node-version: [20]
16
17
steps:
18
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
+ - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3
19
- name: Use Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
+ uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
21
with:
22
node-version: ${{ matrix.node-version }}
23
cache: 'npm'
0 commit comments