Skip to content

fix(deps): update dependency @ant-design/icons to v5.5.1 #1447

fix(deps): update dependency @ant-design/icons to v5.5.1

fix(deps): update dependency @ant-design/icons to v5.5.1 #1447

Workflow file for this run

name: Node CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Build application
run: |
npm ci
npm run build
env:
CI: true
- name: Deploy to GitHubPages
uses: JamesIves/github-pages-deploy-action@v4
if: github.ref == 'refs/heads/master'
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
folder: dist