Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

2 changes: 1 addition & 1 deletion guided-development-types/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@sap-devx/guided-development-types",
"name": "@sap_oss/guided-development-types",
"publisher": "SAPOSS",
"version": "0.0.15",
"author": "",
Expand Down