Skip to content

Bump @sentry/browser and @nuxtjs/sentry (#156) #534

Bump @sentry/browser and @nuxtjs/sentry (#156)

Bump @sentry/browser and @nuxtjs/sentry (#156) #534

Workflow file for this run

name: Test Latest Commit
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Commit
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: npm
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm test