Skip to content

Commit d0db867

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 79f52d1 commit d0db867

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run:
3434
echo "VERSION=`git describe --tags HEAD | tr -d '\n'`" >> $GITHUB_ENV
3535

36-
- uses: actions/setup-node@v4
36+
- uses: actions/setup-node@v6
3737
with:
3838
node-version: "22.x"
3939
cache: "npm"

.github/workflows/test-and-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525

26-
- uses: actions/setup-node@v4
26+
- uses: actions/setup-node@v6
2727
with:
2828
node-version: "22.x"
2929
cache: "npm"

0 commit comments

Comments
 (0)