Skip to content

Commit 9bcfc7e

Browse files
Update actions/setup-node action to v6
1 parent 639a330 commit 9bcfc7e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Build and test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node
2828
# Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert.
2929
# uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: '24.x'
3333

@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup Node
5757
# Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert.
5858
# uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
59-
uses: actions/setup-node@v4
59+
uses: actions/setup-node@v6
6060
with:
6161
node-version: '24.x'
6262

@@ -101,7 +101,7 @@ jobs:
101101
- name: Setup Node
102102
# Blacksmith is much faster and gives better dashboards than github actions, but we are not being sponsored anymore so had to revert.
103103
# uses: useblacksmith/setup-node@65c6ca86fdeb0ab3d85e78f57e4f6a7e4780b391 # v5.0.4
104-
uses: actions/setup-node@v4
104+
uses: actions/setup-node@v6
105105
with:
106106
node-version: ${{ matrix.node-version }}
107107

0 commit comments

Comments
 (0)