Skip to content

update major version to prevent sentry and static-sites from using th… #257

update major version to prevent sentry and static-sites from using th…

update major version to prevent sentry and static-sites from using th… #257

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
cache: yarn
node-version: '14'
- name: Install Depdendencies
run: |
yarn install --frozen-lockfile
- name: Run tests
run: yarn test