Skip to content

Update actions/setup-node digest to 1e60f62 #258

Update actions/setup-node digest to 1e60f62

Update actions/setup-node digest to 1e60f62 #258

Workflow file for this run

name: unit tests
env:
CI: True
on: [push]
jobs:
test-linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: "16"
cache: "yarn"
- run: yarn install --immutable
- run: yarn run test