Skip to content

Commit

Permalink
Use new node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed Oct 16, 2024
1 parent df7aa08 commit 658e074
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["14", "16", "17"]
node: ["16", "18", "20"]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: "yarn"
Expand Down

0 comments on commit 658e074

Please sign in to comment.