Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
negoziator committed Oct 8, 2023
1 parent 2d7511b commit bc9f2c8
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 @@ -11,18 +11,15 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node: [ 14, 16, 18 ]
runs-on: ${{ matrix.os }}
timeout-minutes: 10

name: Node ${{ matrix.node }} on ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
env:
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
with:
node-version: ${{ matrix.node }}
node-version: 14
- run: npm install --no-audit --ignore-scripts
- run: npm test
- run: npm type-check
Expand Down

0 comments on commit bc9f2c8

Please sign in to comment.