Simp-O-Matic

Dumb Discord bot in TS.
git clone git://git.knutsen.co/Simp-O-Matic
Log | Files | Refs | README | LICENSE

commit 916f3b4eebba9ef68830d104bb98b3af6e0e01fd
parent f13e42021355b90cb56e8766055fec379b9f044f
Author: Demonstrandum <moi@knutsen.co>
Date:   Sun, 17 May 2020 23:57:45 +0100

Merge branch 'master' of github.com:Demonstrandum/Simp-O-Matic

Diffstat:
M.github/workflows/nodejs.yml | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml @@ -19,11 +19,14 @@ jobs: node-version: [13.11.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} + - run: sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test + - run: sudo apt-get update + - run: sudo apt-get install libssl-dev - run: yarn install - run: yarn build - run: tsc # Apparently TSC failing doesn't cause yarn build to fail too...