Skip to content

Commit ca1f32c

Browse files
committed
Upgrade node to latest LTS version
1 parent c6a4dea commit ca1f32c

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
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 1
2525
- uses: actions/setup-node@v4
2626
with:
27-
node-version: 22
27+
node-version: 24
2828
cache: 'yarn'
2929
- name: Install dependencies
3030
run: yarn install
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: 1
4444
- uses: actions/setup-node@v4
4545
with:
46-
node-version: 22
46+
node-version: 24
4747
cache: 'yarn'
4848
- name: Install dependencies
4949
run: yarn

0 commit comments

Comments
 (0)