Skip to content

Commit eef0e77

Browse files
committed
⬆️ Update actions/setup-node action to v4.0.3
1 parent 0cbc315 commit eef0e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
- name: 🏗 Install Python dependencies
172172
run: poetry install --extras cli --no-interaction
173173
- name: 🏗 Set up Node.js
174-
uses: actions/setup-node@v4.0.2
174+
uses: actions/setup-node@v4.0.3
175175
with:
176176
node-version-file: ".nvmrc"
177177
cache: "npm"

0 commit comments

Comments
 (0)