Skip to content

Commit

Permalink
chore(ci): use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jun 26, 2024
1 parent e1ff796 commit 45486cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand All @@ -46,7 +46,7 @@ jobs:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --no-lockfile
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
persist-credentials: false
- uses: wyvox/action-setup-pnpm@v3
with:
node-version: 18
node-version: 20

- name: Release on NPM
env:
Expand Down

0 comments on commit 45486cc

Please sign in to comment.