Skip to content

Commit 98d6e2d

Browse files
chore(deps): update dependency node to v24
1 parent 4a1ed95 commit 98d6e2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Use Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: 22
18+
node-version: 24
1919
cache: yarn
2020
- run: yarn install --frozen-lockfile
2121
- run: yarn run build

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup node
1717
uses: actions/setup-node@v6
1818
with:
19-
node-version: 22
19+
node-version: 24
2020
cache: yarn
2121
- name: Install dependencies
2222
run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)