Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit e9e55ad

Browse files
committed
fix ci
1 parent cc614e3 commit e9e55ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build-lib-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@v4
2121

22-
- name: Setup nodejs 18
22+
- name: Setup nodejs 22
2323
uses: actions/setup-node@v4
2424
with:
25-
node-version: 18.x
25+
node-version: 22.x
2626
registry-url: 'https://registry.npmjs.org'
2727

2828
- name: Install depedencies

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v4
1616

17-
- name: Setup nodejs 18
17+
- name: Setup nodejs 22
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 18.x
20+
node-version: 22.x
2121

2222
- name: Install depedencies
2323
run: npm ci

0 commit comments

Comments
 (0)