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 39ae3cc commit 2122507Copy full SHA for 2122507
1 file changed
.github/workflows/linting.yaml
@@ -136,7 +136,7 @@ jobs:
136
- name: 🏗 Install Python dependencies
137
run: uv sync --all-groups
138
- name: 🏗 Set up Node.js
139
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
+ uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
140
with:
141
node-version-file: ".nvmrc"
142
cache: "npm"
0 commit comments