Update dependencies (#5405)

This commit is contained in:
Geoffrey Booth
2022-04-02 20:00:56 -07:00
committed by GitHub
parent 3ad26de8f0
commit d535a78e32
13 changed files with 1640 additions and 1346 deletions

View File

@@ -11,14 +11,15 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x, 12.x, 14.x, 16.x]
node-version: [12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci