Skip to content

Commit

Permalink
Merge branch 'main' into dev-529
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux authored Feb 4, 2025
2 parents 9554e2b + dcef1c8 commit 7096bab
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 @@ -51,7 +51,7 @@ jobs:
# os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand All @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- run: npm i -g --force corepack && corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
Expand Down

0 comments on commit 7096bab

Please sign in to comment.