]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
chore: drop last node v16 ci job
authorcexbrayat <cedric@ninja-squad.com>
Mon, 22 Apr 2024 05:44:56 +0000 (07:44 +0200)
committerCédric Exbrayat <cexbrayat@users.noreply.github.com>
Tue, 23 Apr 2024 05:11:12 +0000 (07:11 +0200)
pnpm v9 won't run on node v16.
As node v16 is EOL, we can safely remove this job from ci.

.github/workflows/ci.yml

index b44abbcefa5fbe8a8ade6c7e02eed799566e906c..562132c9a52ede6136ca7961005a0f4e1df1732b 100644 (file)
@@ -87,16 +87,6 @@ jobs:
             flag-for-vitest: '--vitest'
             flag-for-e2e: '--cypress'
             flag-for-devtools: '--devtools'
-
-          - node-version: 16
-            os: ubuntu-latest
-            flag-for-ts: '--typescript'
-            flag-for-jsx: '--jsx'
-            flag-for-router: '--router'
-            flag-for-pinia: '--pinia'
-            flag-for-vitest: '--vitest'
-            flag-for-e2e: '--cypress'
-            flag-for-devtools: '--devtools'
     runs-on: ${{ matrix.os }}
     continue-on-error: ${{ matrix.os == 'windows-latest' }}
     env: