Skip to content

Commit

Permalink
Updated CI to Node v20 to match local errors (none); Absorbs PR #398
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrCam committed Oct 18, 2023
1 parent 323853e commit 6ff6d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- run: npm ci
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 6ff6d38

Please sign in to comment.