Skip to content

Commit 46b5366

Browse files
author
Luis Fernando Planella Gonzalez
committed
Updated github actions to a single action
1 parent bcf9f2c commit 46b5366

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- name: Use Node.js 12.x
14+
- name: Use Node.js 16.x
1515
uses: actions/setup-node@v1
1616
with:
17-
node-version: 12.x
17+
node-version: 16.x
1818
- run: npm install
19-
- run: npm run compile
19+
- run: npm run build

.github/workflows/test.yml

-19
This file was deleted.

0 commit comments

Comments
 (0)