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 bb0a1a3 commit cb751a0Copy full SHA for cb751a0
.github/workflows/nodejs.yml
@@ -48,7 +48,7 @@ jobs:
48
fetch-depth: 0
49
- uses: actions/setup-node@v4
50
with:
51
- node-version: "20.x"
+ node-version: "22.x"
52
registry-url: "https://registry.npmjs.org"
53
- run: npm ci
54
- run: npm run publish
.gitignore
@@ -8,4 +8,3 @@ node_modules
8
lerna-debug.log
9
yarn.lock
10
yarn-error.log
11
-package-lock.json
0 commit comments