Skip to content

Commit 6ea7a06

Browse files
authored
Merge pull request #1219 from sky-ecosystem/develop
dev -> master
2 parents 56c514d + be321e8 commit 6ea7a06

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
version: 10.17.0
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: '22'
41+
node-version: '24'
4242

4343
- name: Install dependencies
4444
run: pnpm install --frozen-lockfile

.github/workflows/unit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- uses: pnpm/action-setup@v4
1717
with:
1818
version: 10.17.0
19+
- uses: actions/setup-node@v4
20+
with:
21+
node-version: '24'
1922

2023
- name: Install node packages
2124
run: pnpm i

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"license": "AGPL-3.0-only",
44
"version": "0.12.1",
55
"engines": {
6-
"node": ">=22.0.0"
6+
"node": ">=24.0.0"
77
},
88
"scripts": {
99
"preinstall": "npx only-allow pnpm",

0 commit comments

Comments
 (0)