Skip to content

Commit

Permalink
fix workflow jq
Browse files Browse the repository at this point in the history
  • Loading branch information
azmy60 committed Oct 8, 2024
1 parent 74d2f1a commit 269b226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- id: setup
run: |
echo "matrix=$(jq < scripts/electron-versions.json)" >> $GITHUB_OUTPUT
echo "matrix=$(jq -c . scripts/electron-versions.json)" >> $GITHUB_OUTPUT
- name: Check
run: |
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "duckdb",
"main": "./lib/duckdb.js",
"types": "./lib/duckdb.d.ts",
"version": "1.0.0-bks21",
"version": "1.0.0-bks22",
"description": "DuckDB node.js API",
"gypfile": true,
"dependencies": {
Expand Down

0 comments on commit 269b226

Please sign in to comment.