Skip to content

Commit c27d586

Browse files
Update actions/setup-node action to v6
| datasource | package | from | to | | ----------- | ------------------ | ---- | -- | | github-tags | actions/setup-node | v5 | v6 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a30344d commit c27d586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
# NPM part (test whether assets can be compiled)
4747
- name: Setup Node.js
48-
uses: actions/setup-node@v5
48+
uses: actions/setup-node@v6
4949
with:
5050
node-version: 22
5151

0 commit comments

Comments
 (0)