We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00f17d9 commit d1ba6ceCopy full SHA for d1ba6ce
.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
40
token: ${{ steps.get_workflow_token.outputs.token }}
41
42
- name: Use Node.js LTS
43
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
44
with:
45
node-version: 'lts/*'
46
cache: npm
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
47
48
- name: Use Node.js ${{ matrix.node }}
49
50
51
node-version: ${{ matrix.node }}
52
cache: 'npm'
0 commit comments