Updated TypeScript Build workflow (Github Workflows)

This commit is contained in:
Christer Warén 2021-08-27 02:11:09 +03:00
parent 0b7da1937b
commit 32ac31a8af

View File

@ -13,8 +13,6 @@ jobs:
uses: actions/setup-node@v2.3.1 uses: actions/setup-node@v2.3.1
with: with:
node-version: 16 node-version: 16
- name: npm install -g npm
run: npm install -g npm
- name: npm install - name: npm install
run: npm install run: npm install
- name: tsc - name: tsc