Skip to content

Commit

Permalink
Take Node version from package.json for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Mar 9, 2024
1 parent 2da96e3 commit ec76018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -73,7 +73,8 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version-file: package.json
check-latest: true
- name: Install dependencies
run: npm i
- name: Run BrowserStack E2E tests
Expand Down

0 comments on commit ec76018

Please sign in to comment.