Skip to content

Bump actions/setup-node from 2.4.1 to 3.8.1 #461

Bump actions/setup-node from 2.4.1 to 3.8.1

Bump actions/setup-node from 2.4.1 to 3.8.1 #461

Workflow file for this run

name: Test
on:
push:
branches: [ main, develop]
pull_request:
branches: [ main, develop]
jobs:
dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 14
# See https://github.com/yarnpkg/yarn/issues/2629#issuecomment-583791651 :(
- run: while ! yarn; do echo --- ; done
- run: yarn audit-dependencies
working-directory: ./
build storybook:

Check failure on line 23 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / Test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 23, Col: 3): The identifier 'build storybook' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
node-version: 14
# See https://github.com/yarnpkg/yarn/issues/2629#issuecomment-583791651 :(
- run: while ! yarn; do echo --- ; done
- run: yarn run lint
- run: yarn run build
- run: yarn tsc
- run: yarn run heroku-build