Skip to content

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend #2827

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend

chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /frontend #2827

Workflow file for this run

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Testing
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
working-directory: ./frontend
uses: actions/setup-node@v3

Check failure on line 25 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / Testing

Invalid workflow file

The workflow is not valid. .github/workflows/node.js.yml (Line: 25, Col: 7): Unexpected value 'uses' .github/workflows/node.js.yml (Line: 26, Col: 7): Unexpected value 'with'
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: rm -rf node_modules && yarn install --frozen-lockfile
- run: yarn test