We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a8722a commit d005360Copy full SHA for d005360
.github/workflows/action-format.yml
@@ -61,7 +61,7 @@ jobs:
61
git checkout -b "$HEAD_REF" "origin/$HEAD_REF"
62
63
- name: Use Node.js LTS (16.x)
64
- uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
+ uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
65
with:
66
node-version: '16'
67
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
43
44
- - uses: actions/setup-node@1f8c6b94b26d0feae1e387ca63ccbdc44d27b561
+ - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
45
46
node-version: "12"
47
0 commit comments