We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f246458 commit 7c42a28Copy full SHA for 7c42a28
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node
12
uses: actions/setup-node@v3.9.1
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