Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalyPaleAle committed Aug 7, 2022
1 parent 19df225 commit f7eb4b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: 'Install Node.js'
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '18.x'
- name: 'Install dependencies from npm'
run: |
npm install
Expand All @@ -42,7 +42,7 @@ jobs:
-p 4444:4444 \
--link nginx \
--shm-size=2g \
selenium/standalone-chrome:85.0
selenium/standalone-chrome:103.0
# Wait 5 seconds
sleep 5
- name: 'Run tests'
Expand Down

0 comments on commit f7eb4b3

Please sign in to comment.