Skip to content

Commit

Permalink
v7.0.1 Bump micromatch and cross-spawn (#49)
Browse files Browse the repository at this point in the history
* Bump micromatch and cross-spawn
  • Loading branch information
varney authored Dec 6, 2024
1 parent 0e03c5b commit e71ffbd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Start docker containers
run: docker-compose up --build -d postgres
run: docker compose up --build -d postgres

- name: Install dependencies
run: npm ci
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Markus Ekholm",
"Ivan Malmberg"
],
"version": "7.0.0",
"version": "7.0.1",
"engines": {
"node": ">=16 <=20"
},
Expand Down

0 comments on commit e71ffbd

Please sign in to comment.