Skip to content

Update dependency @types/node to v20.10.8 #1590

Update dependency @types/node to v20.10.8

Update dependency @types/node to v20.10.8 #1590

Workflow file for this run

name: Cypress Tests
on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
env:
NEXT_PUBLIC_PRISMIC_REPOSITORY_NAME: ${{ secrets.NEXT_PUBLIC_PRISMIC_REPOSITORY_NAME }}
with:
build: npm run build
start: npm start