Bump webpack from 5.66.0 to 5.76.0 #131
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Run tests | |
# | |
# on: [push, pull_request] | |
# | |
# jobs: | |
# build-and-deploy: | |
# runs-on: ubuntu-latest | |
# steps: | |
# - name: Checkout | |
# - uses: actions/checkout@v2 | |
# - name: Install Dependecies & Test | |
# - uses: actions/setup-node@v2 | |
# with: | |
# node-version: '12' # TODO IDK what version nighttab is built with normally. | |
# cache: 'npm' | |
# - run: | | |
# npm install | |
# npm run lint | |
# npm test |