Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bouraqadi committed Jul 13, 2023
1 parent 8698a56 commit a0224a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ jobs:
id: smalltalkci
with:
smalltalk-image: 'Pharo64-10'
cache: 'smalltalkci'
cache: 'smalltalk-image'
- uses: browser-actions/setup-chrome@v1
with:
cache: 'chromium'
cache: 'chrome-version'
- run: chromium --version
- uses: actions/setup-node@v3
with:
node-version: 20
cache: 'npm'
- run: npm install -g npm@latest
cache-dependency-path: '**/package-lock.json'
- name: run tests
uses: coactions/setup-xvfb@v1.0.1
env:
Expand Down

0 comments on commit a0224a0

Please sign in to comment.