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 2d9d59d commit 8f67692Copy full SHA for 8f67692
.github/workflows/format.yml
@@ -20,7 +20,7 @@ jobs:
20
repository: ${{github.event.pull_request.head.repo.full_name}}
21
22
- name: Setup Node.JS
23
- uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
+ uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
24
25
- name: Install
26
run: npm install
.github/workflows/update.yml
@@ -39,7 +39,7 @@ jobs:
39
run: git checkout "$VERSION"
40
41
42
43
with:
44
node-version: 20.6.0
45
registry-url: "https://registry.npmjs.org"
0 commit comments