Skip to content

Commit 170e011

Browse files
committed
chore: drop last node v16 ci job
pnpm v9 won't run on node v16. As node v16 is EOL, we can safely remove this job from ci.
1 parent c4c0fb9 commit 170e011

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,6 @@ jobs:
8787
flag-for-vitest: '--vitest'
8888
flag-for-e2e: '--cypress'
8989
flag-for-devtools: '--devtools'
90-
91-
- node-version: 16
92-
os: ubuntu-latest
93-
flag-for-ts: '--typescript'
94-
flag-for-jsx: '--jsx'
95-
flag-for-router: '--router'
96-
flag-for-pinia: '--pinia'
97-
flag-for-vitest: '--vitest'
98-
flag-for-e2e: '--cypress'
99-
flag-for-devtools: '--devtools'
10090
runs-on: ${{ matrix.os }}
10191
continue-on-error: ${{ matrix.os == 'windows-latest' }}
10292
env:

0 commit comments

Comments
 (0)