This repository was archived by the owner on May 1, 2025. It is now read-only.
Update npm-package-arg in package.json from ^8.0.0 to ^12.0.1 #219
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: test | |
| on: push | |
| jobs: | |
| test: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - uses: actions/setup-node@v2 | |
| with: | |
| node-version: '16' | |
| - run: curl https://deps.app/install.sh | bash -s -- -b $HOME/bin | |
| - run: $HOME/bin/deps dev test -vl |