Skip to content

Commit

Permalink
feat: Build on 18
Browse files Browse the repository at this point in the history
  • Loading branch information
astuyve committed Dec 4, 2023
1 parent 5cd7d72 commit faddb59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Node 14
- name: Set up Node 18
uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18

- name: Cache Node modules
id: cache-node-modules
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
max-parallel: 4
matrix:
working-dir: [v1,v2]
node-version: [14,16]
node-version: [16,18]
defaults:
run:
working-directory: ${{ matrix.working-dir }}
Expand Down

0 comments on commit faddb59

Please sign in to comment.