Skip to content

Commit ae20c59

Browse files
committed
chore: node-version
1 parent 1f15b2c commit ae20c59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/checkout@v4
1313

1414
- name: Setup Node.js
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
17-
node-version: '20.x'
17+
node-version: '24.x'
1818
registry-url: 'https://registry.npmjs.org'
1919

2020
- name: Install dependencies
@@ -24,4 +24,4 @@ jobs:
2424
run: npm run build-all
2525

2626
- name: Unit tests
27-
run: npm run test:unit
27+
run: npm run test:unit

0 commit comments

Comments
 (0)