Skip to content

Commit

Permalink
Merge pull request #126 from mstable/chore/github-ci-workflow
Browse files Browse the repository at this point in the history
chore: update CI GitHub workflow
  • Loading branch information
dimlbc authored Dec 27, 2024
2 parents ad41122 + 256f3d6 commit 42bc34c
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 42bc34c

Please sign in to comment.