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 f246458 commit 7c42a28Copy full SHA for 7c42a28
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node
12
uses: actions/[email protected]
13
with:
14
- node-version: 'lts'
+ node-version: '22.x'
15
registry-url: 'https://registry.npmjs.org'
16
- name: Install dependencies and build 🔧
17
run: npm ci && npm run build
0 commit comments