Skip to content

Bump nanoid from 3.3.7 to 3.3.8 #443

Bump nanoid from 3.3.7 to 3.3.8

Bump nanoid from 3.3.7 to 3.3.8 #443

Workflow file for this run

name: Validate
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Node setup
uses: actions/setup-node@v3
with:
node-version: 20.8.1
- name: Install yarn
run: npm install --global yarn
- name: Install dependecies
run: yarn install --frozen-lockfile
- name: lint
run: yarn lint
- name: Unit Tests
run: yarn test
- name: Acceptance Tests
run: bash -x aatp/run
- name: Upload acceptance test results
if: ${{ failure() }}
uses: actions/upload-artifact@v3
with:
name: aatp-result
path: aatp/result