Skip to content

Commit

Permalink
add node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Feb 22, 2024
1 parent fa09b47 commit bea4dd9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
DATABASE_HOST: localhost

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

Expand All @@ -42,10 +42,10 @@ jobs:

- name: List Chrome
run: apt list --installed | grep chrome

- name: Remove Chrome
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105
Expand All @@ -63,10 +63,6 @@ jobs:
DATABASE_USERNAME: postgres
DATABASE_PASSWORD: postgres

- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

- uses: actions/setup-node@master
with:
node-version: ${{ env.NODE_VERSION }}
Expand Down

0 comments on commit bea4dd9

Please sign in to comment.