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 d30e3cd commit fb02d6dCopy full SHA for fb02d6d
.github/workflows/action-format.yml
@@ -65,7 +65,7 @@ jobs:
65
run: ./bin/reorder-keys
66
67
- name: Use Node.js LTS (16.x)
68
- uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
+ uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
69
with:
70
node-version: '16'
71
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
43
44
- - uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a
+ - uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd
45
46
node-version: "12"
47
0 commit comments