Revert "CI: hold vercel/pkg to 5.4.0 pending vercel/pkg-fetch#223"

This reverts commit 61e596e17f.
This commit is contained in:
Jesse Chan
2021-11-28 18:42:33 -08:00
parent 3a2f4eb4ff
commit 8f81becef3
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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: |
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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