Skip to content

Commit

Permalink
Update GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Mar 7, 2024
1 parent 5acdab4 commit 2b3cb85
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- name: Workaround for npm v7 bug. Reconfigure git to use HTTP authentication
Expand All @@ -17,6 +17,6 @@ jobs:
- run: npm ci
- run: npm run build
- run: npm test
- uses: cypress-io/github-action@v2
- uses: cypress-io/github-action@v6
with:
start: npm start

0 comments on commit 2b3cb85

Please sign in to comment.