Skip to content

Commit

Permalink
Moved e2e back to node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
aishwarya-tw committed Jan 8, 2024
1 parent 744df35 commit e1318bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/~reusable_e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ on:
required: true

jobs:
node18:
node16:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
Expand All @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '18'
node-version: '16'
- name: Install project dependencies
run: npm i
- name: Build packages
Expand Down

0 comments on commit e1318bc

Please sign in to comment.