Skip to content

Commit

Permalink
Update CI to use Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Feb 9, 2024
1 parent 2e9ee64 commit 9986c76
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 @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- name: Install dependencies
run: npm ci
env:
Expand Down

0 comments on commit 9986c76

Please sign in to comment.