chore(ci): node 16 EFO drop it (#5232)

Signed-off-by: Sepush <sepush@outlook.com>
This commit is contained in:
Artea 2023-09-13 19:51:49 +08:00 committed by GitHub
parent cdca7e76c3
commit ef7279ee6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18]
node-version: [18]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v3
@ -35,8 +35,6 @@ jobs:
- name: Lint
run: pnpm run lint
test:
environment: test
@ -44,7 +42,7 @@ jobs:
strategy:
matrix:
node-version: [16.x, 18]
node-version: [18]
steps:
- uses: actions/checkout@v3