Skip to content

Commit 49918ce

Browse files
authored
fix: ci dependencies (#68)
1 parent e7dace0 commit 49918ce

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: pnpm/action-setup@v4
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 22
1717
cache: 'pnpm'
1818

1919
- run: pnpm install --frozen-lockfile
@@ -26,7 +26,7 @@ jobs:
2626
- uses: pnpm/action-setup@v4
2727
- uses: actions/setup-node@v4
2828
with:
29-
node-version: 18
29+
node-version: 22
3030
cache: 'pnpm'
3131

3232
- run: pnpm install --frozen-lockfile
@@ -39,7 +39,7 @@ jobs:
3939
- uses: pnpm/action-setup@v4
4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: 18
42+
node-version: 22
4343
cache: 'pnpm'
4444

4545
- run: pnpm install --frozen-lockfile

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Release
1+
name: Release Package
22

33
on:
44
push:
@@ -38,12 +38,11 @@ jobs:
3838
- uses: pnpm/action-setup@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: 18
41+
node-version: 22
4242
cache: 'pnpm'
4343
registry-url: 'https://registry.npmjs.org'
4444

4545
- run: pnpm install --frozen-lockfile
46-
- run: npm install -g npm@latest
4746
- run: npm publish --provenance --access public
4847
env:
4948
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)