Skip to content

Commit

Permalink
tech: use node v20 for CI (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
pviara committed Mar 11, 2024
1 parent 4939ebb commit 0266dfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Git checkout
uses: actions/checkout@v3

- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: '16.17.1'
node-version: '20.9.0'
cache: 'npm'

- name: 📦 Install dependencies
Expand Down

0 comments on commit 0266dfb

Please sign in to comment.