We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c69ff commit 335c5f9Copy full SHA for 335c5f9
1 file changed
.github/workflows/build-angular.yml
@@ -25,15 +25,12 @@ jobs:
25
- name: 'Checkout'
26
uses: actions/checkout@v3
27
28
- - name: 'Setup Node.js 16.3.1'
+ - name: 'Setup Node.js 16.x'
29
uses: actions/setup-node@v3
30
with:
31
- node-version: '16.3.1'
+ node-version: '16.x'
32
cache: 'npm'
33
cache-dependency-path: 'MangoAPI.Client/package-lock.json'
34
-
35
- - name: 'Use node 16.3.1'
36
- run: nvm use 16.3.1
37
38
- name: 'Print current node version'
39
run: node -v
0 commit comments