We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2e2f2 commit ff0e9acCopy full SHA for ff0e9ac
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3.1.0
17
18
- name: Install Node.js
19
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3.5.0
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
20
with:
21
node-version-file: .node-version
22
check-latest: true
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments