Skip to content

Commit

Permalink
Node 18.18 is broken, see: nodejs/node#49911
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Oct 4, 2023
1 parent e3c51f7 commit b6d08c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- name: Lint
run: pnpm lint
Expand All @@ -31,6 +33,7 @@ jobs:
steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
no-lockfile: true
- run: pnpm build
- name: Run Tests
Expand All @@ -53,6 +56,8 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- name: Run Tests
run: ./node_modules/.bin/ember try:one ${{ matrix.try-scenario }}
Expand All @@ -72,6 +77,8 @@ jobs:

steps:
- uses: wyvox/action@v1
with:
node-version: 18.17
- run: pnpm build
- name: Create Release Pull Request or Publish to npm
id: changesets
Expand Down

0 comments on commit b6d08c9

Please sign in to comment.