Skip to content

Commit

Permalink
chore: update CI GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlbc committed Dec 27, 2024
1 parent ad41122 commit 256f3d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
name: Checkout [main]
with:
fetch-depth: 0

- uses: actions/setup-node@v3
name: Setup node
with:
node-version: 16
node-version: 20
cache: "yarn"

- run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 256f3d6

Please sign in to comment.