Skip to content

Commit 8d62d42

Browse files
chore(deps): update dependency node to v24
1 parent a5ea819 commit 8d62d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

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

2222
- run: yarn install --frozen-lockfile

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: "Setup node with cache"
1212
uses: actions/setup-node@v6
1313
with:
14-
node-version: 22
14+
node-version: 24
1515
cache: 'yarn'
1616

1717
- run: yarn install --frozen-lockfile

0 commit comments

Comments
 (0)