Skip to content

Commit

Permalink
ci(github-actions): bump node to v20 (#4579)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimurai authored Dec 19, 2023
1 parent 34ee1fe commit 12e062b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/ci-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: 'CI setup'
runs:
using: 'composite'
steps:
- name: Use Node.js 16.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 20.x

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 12e062b

Please sign in to comment.