Skip to content

Commit

Permalink
Actualise la version de node à 21.6.0
Browse files Browse the repository at this point in the history
La mise à jour des dépendances nous pousse à passer à une version plus récente de nodejs chez Scalingo
  • Loading branch information
etienneCharignon committed Jan 18, 2024
1 parent 8e69dac commit 9b38a00
Show file tree
Hide file tree
Showing 5 changed files with 594 additions and 11,788 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cimg/node:16.15
- image: cimg/node:21.6
steps:
- checkout
- restore_cache:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/public
bin/config.sh
node_modules/
.DS_Store
.eslintcache
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 16.15.1
nodejs 21.6.0
Loading

0 comments on commit 9b38a00

Please sign in to comment.