Skip to content

[Snyk] Security upgrade electron-devtools-installer from 3.2.0 to 4.0.0 #467

[Snyk] Security upgrade electron-devtools-installer from 3.2.0 to 4.0.0

[Snyk] Security upgrade electron-devtools-installer from 3.2.0 to 4.0.0 #467

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-lint-and-test:
name: Build Lint and test
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
# npm cache files are stored in `~/.npm` on Linux/macOS
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install Dependencies
run: yarn install
# - name: Make Pretty
# run: yarn prettier-ci
# - name: Test
# run: yarn test
- name: Build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: yarn build:win:ci
- uses: actions/upload-artifact@v2
with:
name: winmoji-build
path: ./build