remove 20.x
All checks were successful
build (15.x)
build (16.x)
build (17.x)
build (18.x)
build (19.x)

This commit is contained in:
Lee 2023-03-29 19:05:44 +01:00
parent 9d452ab80e
commit 1caedfffa6

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [15.x, 16.x, 17.x, 18.x, 19.x]
steps:
- uses: actions/checkout@v3