Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Update actions/setup-node action to v4 #421

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ runs:
using: 'composite'
steps:
- name: Setup Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@main
with:
# preferably lts/*, but we hit API limits when querying that
node-version: 16
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Get yarn cache directory path
Expand Down
Loading