Skip to content

Commit

Permalink
chore(ci): bump workflows to run on node v20 (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Nov 10, 2023
1 parent 9027b54 commit 8edd693
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 17,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- name: Build
run: |
Expand Down Expand Up @@ -56,7 56,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
cache-dependency-path: |
build/${{ matrix.framework }}/ionic.starter.json
Expand Down Expand Up @@ -140,7 140,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 8edd693

Please sign in to comment.