Skip to content

Commit

Permalink
ci: bump node version to 20
Browse files Browse the repository at this point in the history
Signed-off-by: Tomer Figenblat <[email protected]>
  • Loading branch information
TomerFi committed Aug 2, 2024
1 parent 13d2f7b commit a77cc02
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install node 16
- name: Install node 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm

- name: Cache vscode-test folder
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
- name: Pull default branch from remote
run: git pull origin ${{ github.event.repository.default_branch }}

- name: Install node 16
- name: Install node 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm

- name: Install project modules
Expand Down Expand Up @@ -108,10 +108,10 @@ jobs:
fetch-depth: 0
token: ${{ secrets.OCM_BOT_PAT }}

- name: Install node 16
- name: Install node 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm

- name: Install project modules
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install node 16
- name: Install node 20
uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: npm

- name: Install project modules
Expand Down

0 comments on commit a77cc02

Please sign in to comment.