Skip to content

Commit

Permalink
chore: bump node versions for ci and netlify to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
LinusBorg committed Nov 7, 2023
1 parent 4512c60 commit c74e1ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- run: pnpm install --frozen-lockfile
Expand All @@ -38,10 +38,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- run: pnpm install
Expand All @@ -57,10 +57,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Set node version to 16
- name: Set node version to 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: 'pnpm'

- run: pnpm install
Expand Down
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build.environment]
NODE_VERSION = "16"
NODE_VERSION = "20"

[build]
publish = "packages/docs/.vitepress/dist"
Expand Down

0 comments on commit c74e1ef

Please sign in to comment.