Skip to content

Bump postcss from 8.4.23 to 8.4.31 #142

Bump postcss from 8.4.23 to 8.4.31

Bump postcss from 8.4.23 to 8.4.31 #142

Workflow file for this run

name: Test Vorfreude
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn
- run: yarn svelte-kit sync
- run: yarn playwright install
- run: yarn lint
- run: yarn test
- run: |
echo "Testing build..."
yarn build
- run: |
echo "Testing package..."
yarn package