Skip to content

Commit

Permalink
Update CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jan 28, 2024
1 parent d998ca0 commit b9dc585
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
Expand All @@ -16,13 +16,13 @@ jobs:
- run: npm run test:ci
- run: npm run cy:test-snapshots:ci
- name: Upload Cypress screenshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: cypress_screenshots
path: cypress/screenshots
- name: Upload Cypress snapshots
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: cypress_snapshots
Expand Down

0 comments on commit b9dc585

Please sign in to comment.