Skip to content

Commit

Permalink
AUT-1705: Changing node version to 16.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gpochettino committed Dec 15, 2022
1 parent c7a107a commit 261bb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Set up nodejs
uses: actions/setup-node@v2
with:
node-version: 'lts/*'
node-version: '16.16.0'
cache: 'npm'

- name: npm CI
run: npm ci

Expand Down

0 comments on commit 261bb29

Please sign in to comment.