Skip to content

Commit

Permalink
ci: remove node.js 16 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Mar 4, 2024
1 parent 87d3148 commit b289def
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: ci

on:
push:
schedule:
# At 10:25 on every Wednesday
- cron: "25 10 * * 3"
on: [push]

jobs:
with-jest-swc:
Expand All @@ -14,7 +10,7 @@ jobs:
working-directory: with-jest-swc
strategy:
matrix:
node-version: ["16", "18", "20"]
node-version: ["18", "20"]
package-manager: ["yarn", "npm", "pnpm"]
steps:
- uses: actions/checkout@v4
Expand All @@ -32,7 +28,7 @@ jobs:
working-directory: with-jest-ts
strategy:
matrix:
node-version: ["16", "18", "20"]
node-version: ["18", "20"]
package-manager: ["yarn", "npm", "pnpm"]
steps:
- uses: actions/checkout@v4
Expand All @@ -50,7 +46,7 @@ jobs:
working-directory: with-nextjs
strategy:
matrix:
node-version: ["16", "18", "20"]
node-version: ["18", "20"]
package-manager: ["yarn", "npm", "pnpm"]
steps:
- uses: actions/checkout@v4
Expand All @@ -69,7 +65,7 @@ jobs:
working-directory: with-vite
strategy:
matrix:
node-version: ["16", "18", "20"]
node-version: ["18", "20"]
package-manager: ["yarn", "npm", "pnpm"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b289def

Please sign in to comment.