Skip to content

[Snyk] Security upgrade next from 12.0.7 to 14.2.24 #83

[Snyk] Security upgrade next from 12.0.7 to 14.2.24

[Snyk] Security upgrade next from 12.0.7 to 14.2.24 #83

Workflow file for this run

# refs. https://github.com/bmvantunes/youtube-2020-august-github-pages-github-actions
name: Node.js CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build 🔧
run: yarn build
- run: yarn run export
- run: touch ./out/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages # The branch the action should deploy to.
folder: out