Skip to content

Commit

Permalink
remove node14
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaykh90 committed Feb 19, 2024
1 parent 1005a92 commit 0ab0403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os.host }}
strategy:
matrix:
node: [14, 16, 18]
node: [16, 18, 20]
build_type: ["debug", "release"]
os:
- name: darwin
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"

- name: Test
run: |
Expand All @@ -74,7 +74,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "16"

- name: Test
run: |
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
node-version: "18"

- name: Build
run: |
Expand Down

0 comments on commit 0ab0403

Please sign in to comment.