Skip to content

Commit

Permalink
Upgrade CI to node 20 (#8758)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Cousens <413395+dcousens@users.noreply.github.com>
  • Loading branch information
molomby and dcousens committed Aug 20, 2023
1 parent 5e21820 commit 992c60a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- uses: actions/setup-node@main
with:
# preferably lts/*, but we hit API limits when querying that
node-version: 18
node-version: 20
registry-url: 'https://registry.npmjs.org'
cache: pnpm

Expand Down
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

0 comments on commit 992c60a

Please sign in to comment.