Project

General

Profile

« Previous | Next » 

Revision 65aa2481

Added by Eric Helms 10 months ago

Use NodeJS 14 for update packages workflow

View differences:

.github/workflows/bump_packages.yml
if: ${{ matrix.npm_name != null }}
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 14
- name: Install npm2rpm
if: ${{ matrix.npm_name != null }}
run: npm install --global npm2rpm

Also available in: Unified diff