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 3a2c0ff commit a84f40aCopy full SHA for a84f40a
.github/workflows/publish.yml
@@ -28,7 +28,7 @@ jobs:
28
fetch-depth: 0
29
- uses: actions/setup-node@v3
30
with:
31
- node-version: "16.x"
+ node-version: "22.x"
32
registry-url: "https://registry.npmjs.org"
33
- run: npm install
34
- run: npm run build
0 commit comments