Skip to content

Commit

Permalink
update workflow to use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpowell88 committed Aug 1, 2023
1 parent 4ceb20b commit 3bce354
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/npm.yaml
@@ -0,0 +1,11 @@
name: Check with npm
on: [push, pull_request]
jobs:
build:
name: Install and test with npm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- run: npm install
- run: npm run test
11 changes: 0 additions & 11 deletions .github/workflows/yarn.yaml

This file was deleted.

0 comments on commit 3bce354

Please sign in to comment.