Skip to content

Commit

Permalink
BREAKING CHANGE: Upgrade everything to use Node.js 20.x
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed Dec 8, 2023
1 parent 096c232 commit c277634
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: install dependencies
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: install dependencies
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'

- name: install dependencies
Expand Down

0 comments on commit c277634

Please sign in to comment.