Skip to content

Commit

Permalink
chore: using stable version of yarn instead of classic
Browse files Browse the repository at this point in the history
  • Loading branch information
wainola committed Feb 12, 2024
1 parent 03d1a97 commit 8d342f3
Show file tree
Hide file tree
Showing 3 changed files with 9,646 additions and 6,573 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cf-deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
cache: yarn
node-version: "18"
- run: corepack enable
- run: yarn set version stable
- run: yarn install --frozen-lockfile
- run: yarn build
env:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=18",
"yarn": ">=4"
}
}
Loading

0 comments on commit 8d342f3

Please sign in to comment.