Skip to content

Commit

Permalink
fix: update github action configs
Browse files Browse the repository at this point in the history
  • Loading branch information
komeilmehranfar committed Apr 15, 2024
1 parent 97caf3b commit 754b662
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
- ".editorconfig"
branches:
- main
- master
pull_request:
paths-ignore:
- "docs/**"
Expand All @@ -18,7 +17,6 @@ on:
- ".editorconfig"
branches:
- main
- master

jobs:
test:
Expand All @@ -27,8 +25,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
node: [16.x, 18.x]
node: [18.x]

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

0 comments on commit 754b662

Please sign in to comment.