Skip to content

fix(deps): update dependency tar to v6 #51

fix(deps): update dependency tar to v6

fix(deps): update dependency tar to v6 #51

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm i
env:
MAXMIND_LICENSE_KEY: ${{ secrets.MAXMIND_LICENSE_KEY }}
- run: npm run format:check
- run: npm test