Skip to content

Commit

Permalink
simplify ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 13, 2024
1 parent 53fba2c commit 5cce7d1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,13 @@ name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '37 22 * * 2'

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [18.x, 20.x]
node: [20.x]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node }}
Expand Down

0 comments on commit 5cce7d1

Please sign in to comment.