Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fhammerschmidt committed Apr 12, 2024
1 parent aa60eed commit 4810139
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
- uses: actions/setup-node@v4

with:
node-version: '18.x'
node-version: 20

- name: Corepack
run: corepack enable

- name: Yarn install
run: yarn
Expand Down

0 comments on commit 4810139

Please sign in to comment.