Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
CzBiX committed Jan 29, 2024
1 parent b53f951 commit 20930bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
- run: |
corepack enable
yarn install --frozen-lockfile
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '16'
cache: yarn
- run: |
corepack enable
yarn install --frozen-lockfile
Expand Down

0 comments on commit 20930bf

Please sign in to comment.