mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
chore(ci): node 16 EFO drop it (#5232)
Signed-off-by: Sepush <sepush@outlook.com>
This commit is contained in:
parent
cdca7e76c3
commit
ef7279ee6b
6
.github/workflows/node.js.yml
vendored
6
.github/workflows/node.js.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user