Skip to content

fix(deps): update dependency postcss to v8.4.31 [security] #1221

fix(deps): update dependency postcss to v8.4.31 [security]

fix(deps): update dependency postcss to v8.4.31 [security] #1221

Workflow file for this run

name: test
on: [push, pull_request]
env:
FORCE_COLOR: 3
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '15.x'
- run: npm ci
- run: npm run prettier
- run: npm run eslint
- run: npm run build
- run: npm test
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v2
with:
name: snapshots
path: src/test/snapshots
- name: release
if: github.event_name == 'push' && github.repository_owner == 'felixfbecker' && github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release