Skip to content

Bump typescript from 5.3.3 to 5.4.2 #74

Bump typescript from 5.3.3 to 5.4.2

Bump typescript from 5.3.3 to 5.4.2 #74

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize]
permissions: {}
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 16
cache: yarn
cache-dependency-path: ./yarn.lock
- run: yarn
- run: yarn compile
- run: yarn package
- run: yarn test
- name: Self test
uses: ./
- run: hlint --version