Skip to content

Bump @parcel/packager-ts from 2.10.3 to 2.11.0 #1268

Bump @parcel/packager-ts from 2.10.3 to 2.11.0

Bump @parcel/packager-ts from 2.10.3 to 2.11.0 #1268

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 20.x ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn build
- run: yarn readme