Skip to content

Bump actions/setup-node from 6.0.0 to 6.1.0 #305

Bump actions/setup-node from 6.0.0 to 6.1.0

Bump actions/setup-node from 6.0.0 to 6.1.0 #305

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
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