Skip to content

Commit

Permalink
downgrade to node 16 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hmorgancode committed Apr 3, 2023
1 parent 92029b1 commit 5893c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
patterns: v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- name: Install Dependencies
working-directory: v3
run: npm ci
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 16
- name: Install Dependencies
working-directory: v3
run: npm ci
Expand Down

0 comments on commit 5893c2b

Please sign in to comment.