Skip to content

Commit

Permalink
Set Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
henrycatalinismith committed Jul 28, 2024
1 parent ce9124f commit 24a5100
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: corepack enable

- run: yarn --pure=lockfile
- run: yarn install

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 24a5100

Please sign in to comment.