mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
CI: ensure npm version if it is used
This commit is contained in:
10
.github/workflows/publish-rolling.yml
vendored
10
.github/workflows/publish-rolling.yml
vendored
@@ -118,9 +118,19 @@ jobs:
|
||||
docker-dbg:
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
node: [16]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
registry-url: 'https://registry.npmjs.org'
|
||||
|
||||
- name: Set up QEMU
|
||||
run: |
|
||||
sudo apt update
|
||||
|
||||
Reference in New Issue
Block a user