chore: Fix problem in github actions CI

This commit is contained in:
Estevao Soares dos Santos 2022-03-09 13:51:44 +00:00
parent c7dd148b08
commit 1a3b8db8cd
3 changed files with 14 additions and 10 deletions

View File

@ -13,18 +13,22 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 17.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test
steps:
- uses: actions/checkout@v2
- name: 🚚 Upgrade NPM
run: npm install -g npm
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm test

BIN
dist/showdown.js vendored

Binary file not shown.

BIN
dist/showdown.min.js vendored

Binary file not shown.