Skip to content

Commit b1ea79c

Browse files
committed
Use latest node
1 parent 59d69bf commit b1ea79c

File tree

3 files changed

+4209
-1802
lines changed

3 files changed

+4209
-1802
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: github.ref != 'refs/heads/release'
1414
steps:
15+
16+
- name: Setup Node.js
17+
uses: actions/setup-node@v2
18+
with:
19+
node-version: '22'
20+
1521
- name: Checkout
1622
uses: actions/checkout@v4
1723

0 commit comments

Comments
 (0)