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 b138813 commit b1f9efeCopy full SHA for b1f9efe
.github/workflows/publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Node.js
31
uses: actions/setup-node@v4
32
with:
33
- node-version: '18' # Use your desired Node version
+ node-version: '22' # Use your desired Node version
34
35
- name: Install dependencies
36
run: npm install
0 commit comments