We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5010ec6 commit c4b8749Copy full SHA for c4b8749
1 file changed
.github/workflows/publish.yml
@@ -20,7 +20,8 @@ jobs:
20
21
- uses: actions/setup-node@v4
22
with:
23
- node-version: "22"
+ node-version: lts/*
24
+ registry-url: https://registry.npmjs.org
25
cache: pnpm
26
27
- run: pnpm install --frozen-lockfile
@@ -50,7 +51,7 @@ jobs:
50
51
52
53
54
55
registry-url: https://npm.pkg.github.com
56
57
0 commit comments