Skip to content

Commit

Permalink
chore(.github/workflows/ecosystem-ci.yml): change 'node-version' to '…
Browse files Browse the repository at this point in the history
…latest' in 'actions/setup-node'
  • Loading branch information
sukvvon committed Jan 3, 2025
1 parent d405f23 commit b2a0877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
node-version: latest
cache: 'pnpm'
- run: pnpm install
- name: Get Short SHA
Expand Down

0 comments on commit b2a0877

Please sign in to comment.