Skip to content

Commit de47153

Browse files
committed
chore(deps): update actions/setup-node action to v5
2 parents 3b02231 + 7c155bc commit de47153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/grunt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v6
2525
with:
2626
python-version: "3.13.7"
27-
- uses: actions/setup-node@v4
27+
- uses: actions/setup-node@v5
2828
with:
2929
node-version: ${{ matrix.node }}
3030
- run: pip install --upgrade setuptools

0 commit comments

Comments
 (0)