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 58a46d2 commit a1e1bb3Copy full SHA for a1e1bb3
.github/workflows/ci.yml
@@ -17,6 +17,9 @@ jobs:
17
- uses: actions/setup-node@v3
18
with:
19
node-version: 22
20
+ - uses: pnpm/action-setup@v4
21
+ with:
22
+ version: 10
23
- run: pnpm install
24
- run: pnpm lint
25
- run: pnpm build
.github/workflows/publish.yml
@@ -10,7 +10,10 @@ jobs:
10
- uses: actions/checkout@v3
11
12
13
- node-version: "18"
+ node-version: 22
14
15
16
- uses: JS-DevTools/npm-publish@v2
0 commit comments