Skip to content

Commit

Permalink
Switch to nari from npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Oct 3, 2024
1 parent e65ada4 commit b333a0e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 14,207 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
- name: Install
run: |
npm i -g nari
./nari/nari
nari
- name: Change webpack and mocha versions
run: |
./nari/nari add -D webpack@${{ matrix.webpack }} mocha@${{ matrix.mocha }}
nari add -D webpack@${{ matrix.webpack }} mocha@${{ matrix.mocha }}
- name: Prepare for tests
run: |
Expand Down
Loading

0 comments on commit b333a0e

Please sign in to comment.