Skip to content

Commit

Permalink
Update ci.yml to use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Feb 9, 2024
1 parent c0e947f commit d0732be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Use Node.js 18.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: npm ci
- run: npm test
- name: codecov
Expand Down

0 comments on commit d0732be

Please sign in to comment.