Skip to content

Commit 63af77e

Browse files
authored
Merge pull request #51 from openlayers/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents c792d54 + aea0dd8 commit 63af77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Set Node.js Version
24-
uses: actions/setup-node@v3
24+
uses: actions/setup-node@v4
2525
with:
2626
node-version: '18'
2727

0 commit comments

Comments
 (0)