Skip to content

Bump @babel/preset-typescript from 7.18.6 to 7.21.5 #82

Bump @babel/preset-typescript from 7.18.6 to 7.21.5

Bump @babel/preset-typescript from 7.18.6 to 7.21.5 #82

Workflow file for this run

name: Node.js
on:
push:
branches: [master]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Get Node.js
uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: 'yarn'
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test