Skip to content

build(deps): Bump @adobe/css-tools from 4.1.0 to 4.3.1 #229

build(deps): Bump @adobe/css-tools from 4.1.0 to 4.3.1

build(deps): Bump @adobe/css-tools from 4.1.0 to 4.3.1 #229

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18'
- run: pushd /tmp && git clone --depth 1 https://github.com/awslabs/git-secrets.git && cd ./git-secrets && PREFIX=/tmp/git-secrets make install && popd
- run: npm install -g typescript
- run: npm install -g yarn
- run: npm install -g oss-attribution-generator
- run: yarn install --immutable && npx projen
- run: PATH=/tmp/git-secrets/bin:$PATH yarn run build