Skip to content

Commit

Permalink
Use LTS version + node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanicom committed Nov 2, 2023
1 parent 7cfa464 commit 42a2e27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
command: |
google-chrome --version
chromedriver --version
node --version
npm --version
name: Check install
- run: npm install --prefix=$HOME/.local -g @angular/cli coveralls
- run: mkdir /home/circleci/project/incap
Expand Down Expand Up @@ -76,6 +78,11 @@ jobs:
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
steps:
- run:
command: |
node --version
npm --version
name: Check install
- run: npm install --prefix=$HOME/.local -g coveralls
- run: mkdir /home/circleci/project/incap
- checkout:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build-frontend:
strategy:
matrix:
node: [16, 18]
node: [18, 20]
os: [ubuntu-latest, macos-latest]
name: Rebuild frontend with nodejs ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand All @@ -29,7 +29,7 @@ jobs:
build-backend:
strategy:
matrix:
node: [14, 16, 18]
node: [18, 20]
os: [ubuntu-latest, macos-latest]
name: Rebuild backend with nodejs ${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down
3 changes: 0 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: 1.0.{build}
image: Visual Studio 2022
environment:
nodejs_version: LTS
skip_branch_with_pr: true
install:
- ps: Install-Product node $env:nodejs_version
- npm install sonar-scanner -g
- npm install -g snyk
- npm install -g @angular/cli
Expand Down

0 comments on commit 42a2e27

Please sign in to comment.