Skip to content

Commit

Permalink
chore(cicd): switches cicd and build Node version to 16.x (#178)
Browse files Browse the repository at this point in the history
Switches cicd and build Node version to 16.x as NodeJS 16.x switched to LTS version
  • Loading branch information
pavankjadda authored Oct 29, 2021
1 parent d7e5db4 commit 3cf64a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 16.x
- name: Install dependencies
run: npm ci
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 16
- name: Install Angular CLI
run: npm install -g @angular/cli @angular/core
- name: Install NPM Dependencies
Expand Down

0 comments on commit 3cf64a8

Please sign in to comment.