Skip to content

feat(deps): update all dependencies (major) #1773

feat(deps): update all dependencies (major)

feat(deps): update all dependencies (major) #1773

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test & Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Node
uses: actions/[email protected]
with:
node-version: '16'
- name: Install
run: yarn install --frozen-lockfile
- name: Build
run: yarn build
env:
CI: 'true'
PACKTRACKER_PROJECT_TOKEN: ${{ secrets.PACKTRACKER_PROJECT_TOKEN }}
- name: Test
run: yarn test