mirror of
https://github.com/zoriya/flood.git
synced 2026-05-25 16:29:12 +00:00
CI: switch back to @vercel/pkg
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install --reinstall -y qemu-user-static
|
||||
|
||||
- run: sudo npm install -g @jesec/pkg
|
||||
- run: sudo npm install -g pkg
|
||||
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
|
||||
@@ -181,7 +181,7 @@ jobs:
|
||||
sudo apt update
|
||||
sudo apt install --reinstall -y qemu-user-static
|
||||
|
||||
- run: sudo npm install -g @jesec/pkg
|
||||
- run: sudo npm install -g pkg
|
||||
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
node-version: ${{ matrix.node }}
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- run: sudo npm i -g @jesec/pkg
|
||||
- run: sudo npm i -g pkg
|
||||
- run: npm ci
|
||||
|
||||
- run: npm publish --access public
|
||||
|
||||
Reference in New Issue
Block a user