Skip to content

Commit

Permalink
ci: re-add check-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Oct 18, 2022
1 parent 8515c88 commit f42073c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
with:
node-version: 18 # lts/hydrogen
cache: 'npm'
check-latest: true
- name: Install dependencies
run: npm clean-install
- run: npm audit --production
Expand All @@ -47,6 +48,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
check-latest: true
- name: Install dependencies
run: npm clean-install
- run: npm run test
Expand All @@ -60,6 +62,7 @@ jobs:
with:
node-version: 18 # lts/hydrogen
cache: 'npm'
check-latest: true
- name: Install dependencies
run: npm clean-install
- run: npx xvfb-maybe npx electron@latest ./test/electron test/**/*.test.js
Expand Down Expand Up @@ -215,6 +218,7 @@ jobs:
with:
node-version: 18 # lts/hydrogen
cache: 'npm'
check-latest: true
- run: npm clean-install
working-directory: ./runner
- run: npm install ${{ github.repository }}#${{ github.sha }}
Expand Down

0 comments on commit f42073c

Please sign in to comment.