Skip to content

Commit

Permalink
Merge pull request #473 from sophiedeziel/upgrade-ci-node
Browse files Browse the repository at this point in the history
upgrade CI's node version to 23.3
  • Loading branch information
github-actions[bot] authored Nov 24, 2024
2 parents 678ee0e + a743644 commit 42d500e
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 @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 21.0.0
node-version: 23.3.0

- name: 'Yarn Install'
run: yarn install
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 21.0.0
node-version: 23.3.0

- name: 'Yarn Install'
run: yarn install
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: yarn
node-version: 21.0.0
node-version: 23.3.0

- name: 'Yarn Install'
run: yarn install
Expand Down

0 comments on commit 42d500e

Please sign in to comment.