Skip to content

Commit

Permalink
simplify unit test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Aug 23, 2024
1 parent e2a1f6c commit e7cd9d5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ on: push
jobs:
unit-test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
name: Unit Tests
steps:
- uses: actions/checkout@v3
- name: set node.js ${{ matrix.node-version }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: "22.x"
- name: npm ci
run: npm ci
- name: Unit tests
Expand Down

0 comments on commit e7cd9d5

Please sign in to comment.