Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyaven committed Apr 29, 2024
1 parent 40089a0 commit 55776d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/npm-test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: 'npm test'
on:
push:
pull_request:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.3
- name: Use Node.js 16
uses: actions/setup-node@v4.0.2
with:
Expand Down

0 comments on commit 55776d0

Please sign in to comment.