Skip to content

Commit

Permalink
Merge pull request #14 from MikeMcC399/gha-for-node20
Browse files Browse the repository at this point in the history
ci(deps): update github action for node20 compatibility
  • Loading branch information
jordanpowell88 authored Oct 26, 2023
2 parents 241a738 + 562bd8f commit d34333b
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 @@ -20,13 +20,13 @@ jobs:
name: Test examples
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Cypress test
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
component: true
working-directory: "${{ matrix.framework}}/my-awesome-app"

0 comments on commit d34333b

Please sign in to comment.