mirror of
https://github.com/zoriya/flood.git
synced 2026-05-30 18:10:09 +00:00
Revert "CI: hold vercel/pkg to 5.4.0 pending vercel/pkg-fetch#223"
This reverts commit 61e596e17f.
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 pkg@5.4.0
|
||||
- run: sudo npm install -g pkg
|
||||
|
||||
- name: Install Bazel
|
||||
run: |
|
||||
|
||||
@@ -196,7 +196,7 @@ jobs:
|
||||
sudo wget https://github.com/jesec/ldid-static/releases/download/v2.1.4/ldid-amd64 -O /usr/local/bin/ldid
|
||||
sudo chmod +x /usr/local/bin/ldid
|
||||
|
||||
- run: sudo npm install -g pkg@5.4.0
|
||||
- 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 pkg@5.4.0
|
||||
- run: sudo npm i -g pkg
|
||||
- run: npm ci
|
||||
|
||||
- run: npm publish --access public
|
||||
|
||||
Reference in New Issue
Block a user