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.
2 parents 008e517 + 7c63ccf commit 93f1b5cCopy full SHA for 93f1b5c
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
17
18
- name: Set up Node.js ${{ env.NODE_VERSION }}
19
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
+ uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
20
with:
21
node-version: ${{ env.NODE_VERSION }}
22
cache: "npm"
0 commit comments