Skip to content

Commit

Permalink
Update test GitHub Action (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Jun 13, 2023
1 parent 03d7ee7 commit a72eb99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: '16.x'
- run: npm ci
- run: npm test
- run: npm test

0 comments on commit a72eb99

Please sign in to comment.