Skip to content

Commit

Permalink
ci(deps): update github actions dependencies and used node version
Browse files Browse the repository at this point in the history
  • Loading branch information
NetWin committed Jun 5, 2024
1 parent 3871834 commit 493e0d1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Upgrade Chrome browser
run: |
sudo apt-get update
sudo apt-get --only-upgrade install google-chrome-stable
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '20.10.0'
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm run test-with-coverage
run: npm run test-with-coverage

0 comments on commit 493e0d1

Please sign in to comment.