Skip to content

Commit

Permalink
update github workflow action
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanjakl committed May 10, 2024
1 parent d24fa5d commit fc8c190
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up MongoDB
uses: supercharge/mongodb-github-action@v1
with:
mongodb-version: 7

- name: Install Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<a aria-label="Unit Tests"
href="https://github.com/stepanjakl/apostrophe-stripe-products/actions/workflows/tests.yml">
<img alt="Unit Tests"
src="https://github.com/stepanjakl/apostrophe-stripe-products/actions/workflows/tests.yml/badge.svg?branch=main)">
src="https://github.com/stepanjakl/apostrophe-stripe-products/actions/workflows/tests.yml/badge.svg?branch=main">
</a>
</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.26.0",
"mocha": "^10.4.0",
"mocha": "^10.x.x",
"read-only-field": "npm:@stepanjakl/apostrophe-read-only-field@latest",
"stripe": "^15.6.0",
"stripe": "^15.x.x",
"stylelint": "^15.x.x",
"stylelint-config-apostrophe": "^3.0.2"
},
Expand Down

0 comments on commit fc8c190

Please sign in to comment.