We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a634c commit 43cec9fCopy full SHA for 43cec9f
.github/workflows/is-compatible.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Setup Node.js environment
10
uses: actions/setup-node@v3
11
with:
12
- node-version: '16'
+ node-version: '22.13.0'
13
cache: 'npm'
14
- name: Install dependencies
15
run: npm ci
0 commit comments