Skip to content

Commit

Permalink
run CI against node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Jan 9, 2024
1 parent 9dc8a07 commit b64d91f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: 'yarn'
- name: Install Dependencies
run: yarn
Expand All @@ -41,10 +41,10 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Setup Node.js 18.x
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- name: Validate Renovate Config
run: |
npm install --global renovate
Expand Down

0 comments on commit b64d91f

Please sign in to comment.