Skip to content

Commit

Permalink
Merge pull request #286 from kkoomen/feature/caxa
Browse files Browse the repository at this point in the history
Replace vercel/pkg with caxa
  • Loading branch information
kkoomen authored Mar 7, 2021
2 parents e40a3ef + fa9a93d commit d219450
Show file tree
Hide file tree
Showing 7 changed files with 599 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:
- run: npm ci --no-save
- name: Build Unix binary
if: matrix.target != 'win'
run: npm run build:binary:unix -- node${{ matrix.node-version }}-${{ matrix.target }}-x64
run: npm run build:binary:unix
- name: Build Windows binary
if: matrix.target == 'win'
run: npm run build:binary:windows -- node${{ matrix.node-version }}-${{ matrix.target }}-x64
run: npm run build:binary:windows
- name: Setup vim
uses: thinca/action-setup-vim@v1
id: vim
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci --no-save
- name: Build binary
run: npm run build:binary:unix -- node${{ matrix.node-version }}-${{ matrix.target }}-x64
run: npm run build:binary:unix
- name: Setup neovim
uses: thinca/action-setup-vim@v1
id: vim
Expand Down
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

Loading

0 comments on commit d219450

Please sign in to comment.