Skip to content

Bump actions/setup-node from 6.2.0 to 6.3.0 #348

Bump actions/setup-node from 6.2.0 to 6.3.0

Bump actions/setup-node from 6.2.0 to 6.3.0 #348

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Setup node
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.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