Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d06bfef

Browse files
committed
fix(ci): update configuration
1 parent 5822d4a commit d06bfef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
- name: Install pnpm
19-
uses: pnpm/action-setup@v2
19+
uses: pnpm/action-setup@v4
2020

2121
- name: Set node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16.x
24+
node-version: 18.x
2525
cache: pnpm
2626

2727
- name: Setup

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 16.x
20+
node-version: 18.x
2121

2222
- run: npx changelogithub # or [email protected] if ensure the stable result
2323
env:

0 commit comments

Comments
 (0)