diff --git a/.circleci/config.yml b/.circleci/config.yml index b1c200a..00330b8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -28,7 +28,7 @@ default-build: &default-build jobs: # a collection of steps build-and-test-node12: docker: - - image: cimg/node:12.22 + - image: cimg/node:14.17 <<: *default-build compliance: @@ -44,7 +44,7 @@ jobs: # a collection of steps ~/.local/bin/reuse lint build-and-test: docker: - - image: cimg/node:14.17 + - image: cimg/node:16.19 working_directory: ~/repo steps: - checkout diff --git a/README.md b/README.md index e4fd573..7a06a45 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,4 @@ To get more help, support, and information please open a github [issue](https:// ## Contributing Contributing information can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file. + diff --git a/guided-development-types/package.json b/guided-development-types/package.json index e0f5b4d..f352c46 100644 --- a/guided-development-types/package.json +++ b/guided-development-types/package.json @@ -1,5 +1,5 @@ { - "name": "@sap-devx/guided-development-types", + "name": "@sap_oss/guided-development-types", "publisher": "SAPOSS", "version": "0.0.15", "author": "",