Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Merge pull request #23 from quarthex/dependabot/npm_and_yarn/electron… #33

Merge pull request #23 from quarthex/dependabot/npm_and_yarn/electron…

Merge pull request #23 from quarthex/dependabot/npm_and_yarn/electron… #33

Workflow file for this run

name: Yarn
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
yarn:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '17'
cache: yarn
- run: yarn
- run: yarn test
- run: yarn prod
- run: yarn dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/upload-artifact@v2
with:
path: |
dist/mem-treemap*.snap
dist/mem-treemap*.AppImage