Skip to content

fix(deps): update all patch dependencies #2021

fix(deps): update all patch dependencies

fix(deps): update all patch dependencies #2021

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
jobs:
build-deploy:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@c2ac33f2c62f978d6c944d9648125a294e56dc0b
with:
node-version: 18
- name: Install gcds-components
run: npm install
- name: Run tests
run: npm run test