Skip to content

Commit

Permalink
Use Node 20 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
soren121 committed Aug 27, 2024
1 parent 34079f5 commit 3aa5cbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: Setup Node.js 16.x
uses: actions/setup-node@v3
- name: Setup Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: yarn

- name: Install Dependencies
Expand Down

0 comments on commit 3aa5cbc

Please sign in to comment.