Skip to content

Commit

Permalink
updated ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
tofsjonas committed Apr 17, 2024
1 parent 51913fb commit cc649fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ on:
- main
paths:
- 'src/sortable.ts'
- '.github/workflows/lint-and-test.yml'
- '.github/workflows/CI.yml'
pull_request:
branches:
- main
paths:
- 'src/sortable.ts'
- '.github/workflows/lint-and-test.yml'
- '.github/workflows/CI.yml'

jobs:
run-linters-and-tests:
name: Run linters
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit cc649fe

Please sign in to comment.