Skip to content

Commit a30344d

Browse files
authored
Merge pull request #48 from InteractionDesignFoundation/renovate/actions-setup-node-5.x
Update actions/setup-node action to v5
2 parents 30d7ebf + b8101aa commit a30344d

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)