We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a7709 commit 6e34976Copy full SHA for 6e34976
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
29
30
- name: Install node
31
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4
32
with:
33
node-version: "20"
34
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments