Skip to content

Commit

Permalink
Merge pull request #17 from MikeMcC399/update/ci-node-20
Browse files Browse the repository at this point in the history
ci(deps): update ci to node.js 20
  • Loading branch information
jordanpowell88 authored Dec 21, 2023
2 parents e22de7e + 2ce1796 commit 1c431d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: Cypress test
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit 1c431d4

Please sign in to comment.