1
0
mirror of https://github.com/warengroup/eximiabots-radiox.git synced 2025-04-21 19:34:51 +00:00

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

@ -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