Skip to content

Commit

Permalink
Bump node version in gha
Browse files Browse the repository at this point in the history
Issue: ARSN-423
  • Loading branch information
benzekrimaha committed Oct 22, 2024
1 parent f012390 commit 75aab28
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'yarn'
- name: install dependencies
run: yarn install --frozen-lockfile --prefer-offline --network-concurrency 1
continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS
- name: lint yaml
run: yarn --silent lint_yml
- name: lint javascript
Expand Down Expand Up @@ -63,14 +62,12 @@ jobs:
- name: Install NodeJS
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile --prefer-offline
continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS
- name: Compile
run: yarn build
continue-on-error: true # TODO ARSN-97 Remove it when no errors in TS
- name: Upload artifacts
uses: scality/action-artifacts@v4
with:
Expand Down

0 comments on commit 75aab28

Please sign in to comment.