Skip to content

Commit ddef433

Browse files
renovate[bot]bhovhannes
authored andcommitted
chore(deps): update actions/setup-node action to v6
1 parent 7ba5dcd commit ddef433

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "This workflow must run on the 'main' branch."
3131
exit 1
3232
fi
33-
- uses: actions/setup-node@v5
33+
- uses: actions/setup-node@v6
3434
with:
3535
node-version: 'lts/*'
3636
cache: 'npm'

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v5
17-
- uses: actions/setup-node@v5
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: lts/*
2020
cache: 'npm'

0 commit comments

Comments
 (0)