Skip to content

Commit

Permalink
CI Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
clevyr-anthony committed Oct 25, 2023
1 parent 695c09e commit 52c6f82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
- run: npm ci --frozen-lockfile
- run: npm run test
node-version: '18'
- run: npm ci
- run: npm test

0 comments on commit 52c6f82

Please sign in to comment.