Skip to content

chore(deps): update yarn to v4.4.1 #88

chore(deps): update yarn to v4.4.1

chore(deps): update yarn to v4.4.1 #88

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build project
run: yarn build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
CLEAN: true