Skip to content

Commit 43cec9f

Browse files
committed
fix: updated node version
1 parent d4a634c commit 43cec9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/is-compatible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup Node.js environment
1010
uses: actions/setup-node@v3
1111
with:
12-
node-version: '16'
12+
node-version: '22.13.0'
1313
cache: 'npm'
1414
- name: Install dependencies
1515
run: npm ci

0 commit comments

Comments
 (0)