Skip to content

Commit f2ef68f

Browse files
ci: bump github workflow
1 parent 511b7b5 commit f2ef68f

File tree

3 files changed

+1016
-626
lines changed

3 files changed

+1016
-626
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313

1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: 18
16+
node-version: 20
1717

1818
- uses: pnpm/action-setup@v2
1919
with:
20-
version: 7
20+
version: 8
2121

2222
- run: pnpm install
2323

@@ -29,4 +29,4 @@ jobs:
2929

3030
- uses: codecov/codecov-action@v3
3131

32-
- run: pnpm build
32+
- run: pnpm build

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121

2222
- uses: actions/setup-node@v3
2323
with:
24-
node-version: 18
24+
node-version: 20
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- uses: pnpm/action-setup@v2
2828
id: pnpm-install
2929
with:
30-
version: 7
30+
version: 8
3131

3232
- run: pnpm install
3333

@@ -40,4 +40,4 @@ jobs:
4040
newversion: ${{ github.event.inputs.newversion }}
4141
push_version_commit: true
4242
github_token: ${{ secrets.GITHUB_TOKEN }}
43-
npm_token: ${{ secrets.NPM_TOKEN }}
43+
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)