Skip to content

Commit

Permalink
⬆️ upgrade to node 22 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengeois authored Dec 22, 2024
1 parent 40ebae1 commit ab33ba3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ version: 2.1
executors:
node:
docker:
- image: cimg/node:18.20.5
- image: cimg/node:22.12.0
hasura:
docker:
- image: cimg/node:18.20.5
- image: cimg/node:22.12.0
- image: postgres:13
name: postgres
environment:
Expand Down Expand Up @@ -262,15 +262,15 @@ workflows:
requires: [build]
clever-app-id: app_dd676b9a-5e95-4bab-9e21-ba6f9582e12b
context: clever-cloud2-zenika-dev
filters: &staging-filters
branches:
only: main
# filters: &staging-filters
# branches:
# only: main
- apply-hasura-migrations:
name: apply-hasura-migrations-staging
requires: [deploy-hasura-staging]
hasura-admin-secret: $HASURA_ADMIN_SECRET_STAGING
hasura-endpoint: $HASURA_ENDPOINT_STAGING
filters: *staging-filters
# filters: *staging-filters
- deploy-app:
name: deploy-app-staging
requires: [apply-hasura-migrations-staging]
Expand All @@ -284,13 +284,13 @@ workflows:
base-url: $NEXT_STAGING_BASE_URL
clever-app-id: app_ca84588b-5a62-4b57-a5f0-86260c6382a5
context: clever-cloud2-zenika-dev
filters: *staging-filters
# filters: *staging-filters
- deploy-bot:
name: deploy-bot-staging
requires: [format, lint, unit-test]
clever-app-id: app_f3ae1d9d-d9ad-4ce3-a019-d18a99e5c73a
context: clever-cloud2-zenika-dev
filters: *staging-filters
# filters: *staging-filters

workflow-prod:
jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ A progressive web app to store your proficiency and desire to learn different sk

## Requirements <a name="requirements"></a>

- Node 18
- Node 22
- Docker

## Quick start <a name="quickstart"></a>
Expand Down
2 changes: 1 addition & 1 deletion bot-slack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bot-slack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"request-promise": "^4.2.6"
},
"engines": {
"node": "16.x"
"node": "22.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/bolt-app-template"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"engines": {
"node": "18"
"node": "22"
},
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit ab33ba3

Please sign in to comment.