Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into ocavue/deps2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed Mar 4, 2024
2 parents 7230412 + b289def commit 29fbe1e
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 29fbe1e

Please sign in to comment.