Skip to content

Commit a0b378e

Browse files
authored
Merge pull request #16 from InteractionDesignFoundation/renovate/actions-setup-node-5.x
Update actions/setup-node action to v5
2 parents 81f81fc + 701e765 commit a0b378e

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
@@ -44,7 +44,7 @@ jobs:
4444

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

0 commit comments

Comments
 (0)