mirror of
https://github.com/developit/web-worker.git
synced 2026-01-25 14:10:20 +00:00
run tests against Node 22
This commit is contained in:
parent
be277bbe60
commit
305ddb579e
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node: [12, 14, 16, 18, 20]
|
||||
node: [12, 14, 16, 18, 20, 22]
|
||||
name: Node ${{ matrix.node }} sample
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user