Skip to content

Commit 261bb29

Browse files
committed
AUT-1705: Changing node version to 16.16.0.
1 parent c7a107a commit 261bb29

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Set up nodejs
2626
uses: actions/setup-node@v2
2727
with:
28-
node-version: 'lts/*'
28+
node-version: '16.16.0'
2929
cache: 'npm'
30-
30+
3131
- name: npm CI
3232
run: npm ci
3333

0 commit comments

Comments
 (0)