Skip to content

Commit b4b4202

Browse files
authored
Fix: workflow (again) (#71)
fix: workflow
1 parent 49934df commit b4b4202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
4444
# Setup Node
4545
- name: Setup Node
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
with:
48-
node-version: 22
48+
node-version: 24
4949
registry-url: "https://registry.npmjs.org"
5050

5151
# Build / format / lint

0 commit comments

Comments
 (0)