Skip to content

Commit

Permalink
chore(node): Ensure action runs with latest Chrome (#1689)
Browse files Browse the repository at this point in the history
* Update Chrome

* Update test.yml

* Update test.yml
  • Loading branch information
tombrunet authored Sep 21, 2023
1 parent 1d69f6a commit ca922a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,11 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- name: Latest Chrome
uses: browser-actions/setup-chrome@v1
with:
chrome-version: latest
id: setup-chrome
- run: npm install
working-directory: rule-server
- run: npm run build
Expand Down Expand Up @@ -512,4 +517,4 @@ jobs:
BLUEMIX_USERID: apikey
BLUEMIX_PASS: ${{ secrets.BLUEMIX_PASS }}
CLOUD_PWD: ${{ secrets.CLOUD_PWD }}
TRAVIS_BRANCH: sandbox
TRAVIS_BRANCH: sandbox

0 comments on commit ca922a5

Please sign in to comment.