Skip to content

Bump core-js from 3.15.2 to 3.31.1 #505

Bump core-js from 3.15.2 to 3.31.1

Bump core-js from 3.15.2 to 3.31.1 #505

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
defaults:
run:
shell: bash -l {0}
jobs:
Build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup NPM
run: |
nvm install
npm ci
- name: Build
run: npm run build
- name: Run tests
run: |
nvm use
npm test