Skip to content

Commit 2814dd9

Browse files
committed
chore: update node version
1 parent d0c8522 commit 2814dd9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Node.js 16.x
18+
- name: Setup Node.js 20.x
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 20
2222

2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
1717

18-
- name: Setup Node.js 16.x
18+
- name: Setup Node.js 20
1919
uses: actions/setup-node@v3
2020
with:
21-
node-version: 16.x
21+
node-version: 20
2222

2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2

0 commit comments

Comments
 (0)