Skip to content

Commit

Permalink
chore(engine): also support node 18 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbckr authored Sep 20, 2024
1 parent 5aea3b3 commit 264d755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 393 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Golang 1.23.1
Expand All @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Golang 1.23.1
Expand Down
Loading

0 comments on commit 264d755

Please sign in to comment.