Skip to content

Commit

Permalink
Update node version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iddan committed Dec 29, 2024
1 parent f87b47d commit 6fca288
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3.8.1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: yarn
node-version: 20
- run: yarn --frozen-lockfile
- run: yarn ci
- run: yarn build
Expand Down

0 comments on commit 6fca288

Please sign in to comment.