Skip to content

Commit

Permalink
Merge pull request #742 from LINCnil/chore/update-nodejs-version-to-lts
Browse files Browse the repository at this point in the history
chore: upgrade nodejs version to 20.10
  • Loading branch information
kevin-atnos authored Dec 11, 2023
2 parents 0109f82 + 1c1ff36 commit ed9f7e7
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 15,928 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
cypress-run:
runs-on: ubuntu-latest
container:
image: cypress/browsers:node16.18.0-chrome90-ff88
image: cypress/browsers:latest
options: --user 1001
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
yarn 1.22.19
nodejs 16.17.0
nodejs 20.10.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ To translate the software, we invite you to visit the [related repository](https
![CI](https://github.com/lincnil/pia/workflows/integration-tests/badge.svg?branch=master)
[![CodeQL](https://github.com/LINCnil/pia/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/LINCnil/pia/actions/workflows/codeql-analysis.yml)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.0.1.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.10.

NodeJs version: 16.17.0
NodeJs version: 20.10.0

## Package Version

Expand Down
Loading

0 comments on commit ed9f7e7

Please sign in to comment.