Skip to content

Bump @types/node from 20.6.2 to 20.6.5 (#9) #4

Bump @types/node from 20.6.2 to 20.6.5 (#9)

Bump @types/node from 20.6.2 to 20.6.5 (#9) #4

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:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: "16"
cache: "yarn"
cache-dependency-path: ./yarn.lock
- run: yarn
- run: yarn compile
- run: yarn package
- run: yarn test
- uses: ./
- run: hlint --version