We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f721c commit a36a50cCopy full SHA for a36a50c
.github/workflows/node-ci.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
22
- name: Setup node
23
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
+ uses: actions/setup-node@bea5baf987ba7aa777a8a0b4ace377a21c45c381 # v3.8.0
24
with:
25
node-version-file: .nvmrc
26
cache: npm
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Setup node ${{ matrix.node_version }}
44
45
46
node-version: ${{ matrix.node }}
47
0 commit comments