Skip to content

Commit

Permalink
update ci deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho authored Jul 31, 2024
1 parent c9497a1 commit 4e69c8c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,17 @@ jobs:
test-viewer-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: browser-actions/setup-chrome@v1
- run: chrome --version
- uses: browser-actions/setup-firefox@v1
- run: firefox --version
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
- run: npm install -g grunt-cli
- run: npm run deploy
- uses: GabrielBB/xvfb-action@v1
- uses: coactions/setup-xvfb@v1
with:
run: npm run test
- uses: "8398a7/action-slack@v3"
Expand Down

0 comments on commit 4e69c8c

Please sign in to comment.