Skip to content

Commit

Permalink
test node 20, 22
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Apr 29, 2024
1 parent 8bac3c0 commit eca5322
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v3
with:
submodules: "recursive"
fetch-depth: 10
- uses: actions/setup-node@v3
with:
node-version: "20"
node-version: "${{ matrix.node-version }}"
cache: yarn
- run: yarn install --frozen-lockfile
- name: typecheck
Expand Down

0 comments on commit eca5322

Please sign in to comment.