Skip to content

Commit 69fb5a0

Browse files
authored
move github action to github/workflows (#4)
* move github action to github/workflows * use node 16 in pipelines * fix npm ci command Signed-off-by: Gaurav Bhorkar <gaurav.bhorkar@happeo.com>
1 parent 5826493 commit 69fb5a0

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x]
14+
node-version: [16.x]
1515
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1616

1717
steps:
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: "npm"
24-
- run: npm ci
24+
- run: npm ci --legacy-peer-deps
2525
- run: npm run build:ci --if-present
2626
- name: "Upload Artifact"
2727
uses: actions/upload-artifact@v3

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16

0 commit comments

Comments
 (0)