mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2026-07-21 16:04:22 +00:00
Update TypeScript-Build workflow
This commit is contained in:
@@ -12,10 +12,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
- name: install node v16
|
- name: install node
|
||||||
uses: actions/setup-node@v7
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: 16
|
node-version: 24
|
||||||
- name: npm install
|
- name: npm install
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: tsc
|
- name: tsc
|
||||||
|
|||||||
Reference in New Issue
Block a user