- name: Set up node.js
uses: actions/setup-node@v2
with:
- node-version: "14"
+ node-version: "16"
- - uses: actions/checkout@v2
+ cache: "npm"
- run: npm install
- run: npx tsc --noEmit
- name: Check that tslib is in sync.
- name: Set up node.js
uses: actions/setup-node@v2
with:
- node-version: "14"
+ node-version: "16"
- - uses: actions/checkout@v2
+ cache: "npm"
- run: npm install
- run: npx eslint .
javascript_sync:
- name: Set up node.js
uses: actions/setup-node@v2
with:
- node-version: "14"
+ node-version: "16"
- - uses: actions/checkout@v2
+ cache: "npm"
- run: npm install
- run: npx tsc
- run: echo "::add-matcher::.github/diff.json"