Skip to content

Commit

Permalink
fix(ci) use node@16 for ember-try scenarios
Browse files Browse the repository at this point in the history
cause the latest scenarios require it
  • Loading branch information
ro0gr committed Sep 30, 2024
1 parent 278bea0 commit 42cc403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x

- uses: pnpm/[email protected]
with:
Expand Down

0 comments on commit 42cc403

Please sign in to comment.