Skip to content

Commit

Permalink
fix(ci): use Node 22.x so the import loader will work as expected
Browse files Browse the repository at this point in the history
  • Loading branch information
paambaati committed May 24, 2024
1 parent 295386a commit d56acf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: 20
node-version: 22
cache: 'pnpm'

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

- name: install dependencies
Expand All @@ -98,7 +98,7 @@ jobs:
- name: setup node.js
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: 'pnpm'

- name: install dependencies
Expand Down

0 comments on commit d56acf0

Please sign in to comment.