Skip to content

Commit

Permalink
workaround setup-node issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Nov 30, 2023
1 parent 64f45bf commit 52e9c6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
steps:
- uses: actions/checkout@v3

# todo remove once fixed https://github.com/actions/setup-node/issues/899
- name: Enable Corepack before setting up Node
run: corepack enable

- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down

0 comments on commit 52e9c6b

Please sign in to comment.