Skip to content

Bump postcss from 8.4.29 to 8.4.31 (#1051) #1448

Bump postcss from 8.4.29 to 8.4.31 (#1051)

Bump postcss from 8.4.29 to 8.4.31 (#1051) #1448

Workflow file for this run

name: Test javascript
on: push
jobs:
js-test:
runs-on: ubuntu-latest
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.node-version'
- run: npm config set "@fortawesome:registry" https://npm.fontawesome.com/ &&
npm config set "//npm.fontawesome.com/:_authToken" $FONTAWESOME_NPM_AUTH_TOKEN
- run: yarn
- run: yarn test