Skip to content

Commit b244413

Browse files
committed
Run CI on Node 22
1 parent 8773523 commit b244413

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
- uses: actions/setup-node@v4
1414
with:
15-
node-version: 20
15+
node-version: 22
1616
cache: npm
1717
cache-dependency-path: package-lock.json
1818

@@ -21,4 +21,3 @@ jobs:
2121

2222
- name: Build
2323
run: npm run build
24-

0 commit comments

Comments
 (0)