Skip to content

Commit b8101aa

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

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@v4
48+
uses: actions/setup-node@v5
4949
with:
5050
node-version: 22
5151

0 commit comments

Comments
 (0)