Skip to content

Commit 335c5f9

Browse files
committed
angular workflow fix
1 parent c8c69ff commit 335c5f9

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/build-angular.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,12 @@ jobs:
2525
- name: 'Checkout'
2626
uses: actions/checkout@v3
2727

28-
- name: 'Setup Node.js 16.3.1'
28+
- name: 'Setup Node.js 16.x'
2929
uses: actions/setup-node@v3
3030
with:
31-
node-version: '16.3.1'
31+
node-version: '16.x'
3232
cache: 'npm'
3333
cache-dependency-path: 'MangoAPI.Client/package-lock.json'
34-
35-
- name: 'Use node 16.3.1'
36-
run: nvm use 16.3.1
3734

3835
- name: 'Print current node version'
3936
run: node -v

0 commit comments

Comments
 (0)