Skip to content

chore(deps): update dependency autoprefixer to v10.4.20 #1254

chore(deps): update dependency autoprefixer to v10.4.20

chore(deps): update dependency autoprefixer to v10.4.20 #1254

Workflow file for this run

name: Node.js CI - Feeds
on:
push:
branches: [ '**' ]
paths:
- 'apps/feeds/**'
pull_request:
branches: [ 'master', 'develop' ]
paths:
- 'apps/feeds/**'
jobs:
build:
runs-on: ubuntu-latest
env:
REACT_APP_API_BASE_URL: ${{ secrets.REACT_APP_API_BASE_URL_M }}
BIT_TOKEN: ${{ secrets.BIT_TOKEN }}
REACT_APP_BLOG_S3_BASE_URL: https://wasedatime-feeds.s3-ap-northeast-1.amazonaws.com
steps:
- uses: actions/checkout@v3
with:
submodules: true
token: ${{ secrets.ACCESS_TOKEN_GITHUB }}
- name: Use Node.js 16.x
uses: actions/[email protected]
with:
node-version: 16.x
- name: Cache .pnpm-store
uses: actions/cache@v2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node16-${{ hashFiles('**/pnpm-lock.yaml') }}
- uses: ./.github/actions/microapp
with:
path: 'apps/feeds'