Skip to content

Commit

Permalink
Merge pull request #98 from azuqua/ab/ci
Browse files Browse the repository at this point in the history
ci: fix public repo cci jobs
  • Loading branch information
austinbrown-okta authored Jul 16, 2024
2 parents 6c5799e + 7ccedb2 commit 5d10520
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
#
version: 2.1
orbs:
eng-services-platform-helpers: azuqua/[email protected]
jobs:
test:
parameters:
node_version:
type: string
default: "14"
default: "14.21"
docker:
- image: circleci/node:<< parameters.node_version >>
- image: cimg/node:<< parameters.node_version >>
working_directory: ~/repo
steps:
- checkout
Expand Down Expand Up @@ -60,16 +58,10 @@ workflows:
- test:
matrix:
parameters:
node_version: ["12", "14", "16"]
node_version: ["12.22", "14.21", "16.20", "18.20"]
filters:
tags:
only: /^v.*/
- eng-services-platform-helpers/job-semgrep-prepare:
name: semgrep-prepare
- eng-services-platform-helpers/job-semgrep-scan:
name: semgrep-scan
requires:
- semgrep-prepare
- publish:
context: org-global
requires:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,8 @@ var driver = cassanKnex.getDriver();
```

#### <a name="ChangeLog"></a>ChangeLog
- 2.0.2
- Upgrades to dependency versions.
- 2.0.1
- Major version upgrade of `mocha` dev dependency from 6.2.0 to 9.2.2
- 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cassanknex",
"version": "2.0.1",
"version": "2.0.2",
"description": "An Apache Cassandra CQL query builder with support for the DataStax NodeJS driver, written in the spirit of Knex.",
"main": "index.js",
"homepage": "https://github.com/azuqua/cassanknex",
Expand Down

0 comments on commit 5d10520

Please sign in to comment.