Skip to content

Commit

Permalink
Upgrade to npm 7 for lock and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Jul 30, 2021
1 parent b5dc986 commit 1ea668e
Show file tree
Hide file tree
Showing 3 changed files with 3,307 additions and 16 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 12.x ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 12
- name: Install npm
run: npm install -g npm@7
- name: Install Dependencies
run: npm ci
- name: Built and Test
Expand Down
Loading

0 comments on commit 1ea668e

Please sign in to comment.