Skip to content

Commit

Permalink
add node 22 to test matrix (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagesucks authored Jun 6, 2024
1 parent 098586b commit a547db3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
matrix:
node:
- 20
- 22
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ npx -q random-starred-repository username
```sh
https://github.com/carbon-app/carbon
```

## Development
Run test matrix locally with [`act`](https://github.com/nektos/act):
```sh
act --job build \
--workflows .github/workflows/nodejs.yml \
--platform ubuntu-latest=shivammathur/node:latest \
--container-architecture linux/amd64
```

0 comments on commit a547db3

Please sign in to comment.