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 e2d697f commit 7a70691Copy full SHA for 7a70691
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Use Node.js
20
uses: actions/setup-node@v4
21
with:
22
- node-version: 'lts/*'
+ node-version: '>=22.7.0'
23
24
# Working (short path)
25
- run: npm install
0 commit comments