Skip to content

Commit

Permalink
Merge branch 'main' into dancrumb/issue195
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb authored May 4, 2024
2 parents 2ebdcda + 52e0027 commit aea0114
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -33,7 +33,7 @@ jobs:
cache: "yarn"
- run: yarn install --immutable
- name: Code Climate Coverage Action
uses: paambaati/codeclimate-action@v3.2.0
uses: paambaati/codeclimate-action@v5
env:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
with:
Expand Down
23 changes: 0 additions & 23 deletions .github/workflows/dependabot-prs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/njsscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
uses: actions/checkout@v3
- name: nodejsscan scan
id: njsscan
uses: ajinabraham/njsscan-action@7237412fdd36af517e2745077cedbf9d6900d711
uses: ajinabraham/njsscan-action@v7
with:
args: '. --sarif --output results.sarif || true'
- name: Upload njsscan report
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
registry-url: "https://registry.npmjs.org"
scope: '@dancrumb'
- run: yarn
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.0
18.20.2
12 changes: 6 additions & 6 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=14.17.0"
"node": ">=18.20.2"
},
"scripts": {
"build": "yarn run tsc -p tsconfig.production.json",
Expand Down Expand Up @@ -39,7 +39,7 @@
"eslint-plugin-prettier": "5.0.0",
"git-cz": "^4.9.0",
"jest": "^29.6.2",
"prettier": "3.0.1",
"prettier": "3.0.3",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "^5.1.6"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ __metadata:
eslint-plugin-prettier: 5.0.0
git-cz: ^4.9.0
jest: ^29.6.2
prettier: 3.0.1
prettier: 3.0.3
ts-jest: ^29.1.1
ts-node: 10.9.1
typescript: ^5.1.6
Expand Down Expand Up @@ -4170,12 +4170,12 @@ __metadata:
languageName: node
linkType: hard

"prettier@npm:3.0.1":
version: 3.0.1
resolution: "prettier@npm:3.0.1"
"prettier@npm:3.0.3":
version: 3.0.3
resolution: "prettier@npm:3.0.3"
bin:
prettier: bin/prettier.cjs
checksum: e1f3f16c7fe0495de3faa182597871f74927d787cce3c52095a66ff5d7eacc05173371d5f58bf12141a0a1b6bfe739a338531d6cf18b92c7256c1319f2c84e73
checksum: e10b9af02b281f6c617362ebd2571b1d7fc9fb8a3bd17e371754428cda992e5e8d8b7a046e8f7d3e2da1dcd21aa001e2e3c797402ebb6111b5cd19609dd228e0
languageName: node
linkType: hard

Expand Down

0 comments on commit aea0114

Please sign in to comment.