diff --git a/.github/workflows/node.linux.yml b/.github/workflows/node.linux.yml index e6cb71d..21c2280 100644 --- a/.github/workflows/node.linux.yml +++ b/.github/workflows/node.linux.yml @@ -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 diff --git a/dist/showdown.js b/dist/showdown.js index 18baa62..02b5302 100644 Binary files a/dist/showdown.js and b/dist/showdown.js differ diff --git a/dist/showdown.min.js b/dist/showdown.min.js index 0852457..e780241 100644 Binary files a/dist/showdown.min.js and b/dist/showdown.min.js differ