Skip to content

Commit c74e1ef

Browse files
committed
chore: bump node versions for ci and netlify to 20.
1 parent 4512c60 commit c74e1ef

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v2
2121

22-
- name: Set node version to 16
22+
- name: Set node version to 20
2323
uses: actions/setup-node@v3
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
cache: 'pnpm'
2727

2828
- run: pnpm install --frozen-lockfile
@@ -38,10 +38,10 @@ jobs:
3838
- name: Install pnpm
3939
uses: pnpm/action-setup@v2
4040

41-
- name: Set node version to 16
41+
- name: Set node version to 20
4242
uses: actions/setup-node@v3
4343
with:
44-
node-version: 16
44+
node-version: 20
4545
cache: 'pnpm'
4646

4747
- run: pnpm install
@@ -57,10 +57,10 @@ jobs:
5757
- name: Install pnpm
5858
uses: pnpm/action-setup@v2
5959

60-
- name: Set node version to 16
60+
- name: Set node version to 20
6161
uses: actions/setup-node@v3
6262
with:
63-
node-version: 16
63+
node-version: 20
6464
cache: 'pnpm'
6565

6666
- run: pnpm install

netlify.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build.environment]
2-
NODE_VERSION = "16"
2+
NODE_VERSION = "20"
33

44
[build]
55
publish = "packages/docs/.vitepress/dist"

0 commit comments

Comments
 (0)