Skip to content

Commit d34333b

Browse files
Merge pull request #14 from MikeMcC399/gha-for-node20
ci(deps): update github action for node20 compatibility
2 parents 241a738 + 562bd8f commit d34333b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
name: Test examples
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v3
2626
with:
2727
node-version: 18
2828
- name: Cypress test
29-
uses: cypress-io/github-action@v5
29+
uses: cypress-io/github-action@v6
3030
with:
3131
component: true
3232
working-directory: "${{ matrix.framework}}/my-awesome-app"

0 commit comments

Comments
 (0)