Skip to content

Commit

Permalink
Update Node.js version to 18 and optimize checkout steps in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianG committed Nov 21, 2024
1 parent 1d57a03 commit a7c5685
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
cache: yarn

- name: Set up Docker Buildk
uses: docker/setup-buildx-action@v3

Expand Down Expand Up @@ -120,7 +127,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '18'
cache: yarn
- name: Install node dependencies
run: yarn install --ignore-engines --frozen-lockfile --network-concurrency 1
Expand Down

0 comments on commit a7c5685

Please sign in to comment.