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 7ed3ff9 commit 68f356bCopy full SHA for 68f356b
.github/workflows/release-please.yml
@@ -49,7 +49,9 @@ jobs:
49
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
50
with:
51
registry-url: 'https://registry.npmjs.org'
52
- node-version: 22.x
+ node-version: 24.x
53
+
54
+ - run: npm -v
55
56
- name: Install Dependencies
57
run: |
@@ -60,7 +62,7 @@ jobs:
60
62
env:
61
63
NPM_CONFIG_PROVENANCE: true
64
- pnpm publish
65
+ pnpm publish --access public
66
67
- name: Summary
68
uses: streetsidesoftware/actions/public/summary@v1
.github/workflows/test.yml
@@ -33,7 +33,11 @@ jobs:
33
34
node-version: ${{ matrix.node-version }}
35
36
- - run: |
37
38
+ - name: Install and Build
39
+ run: |
40
pnpm install
41
pnpm build
42
43
- run: pnpm test
0 commit comments