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 e7e1059 commit 14079d3Copy full SHA for 14079d3
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Use Node.js
18
uses: actions/[email protected]
19
with:
20
- node-version: '20.x'
+ node-version: '22.x'
21
cache: 'npm'
22
- run: npm ci
23
- run: npm run build
0 commit comments