We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585c399 commit b93a22dCopy full SHA for b93a22d
.github/workflows/ci.yaml
@@ -80,7 +80,7 @@ jobs:
80
fetch-depth: 0
81
- id: setup-nodejs
82
name: Setup Node.js
83
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
84
with:
85
node-version: 22.x
86
cache: "npm"
.github/workflows/pr.yaml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments