Skip to content

Commit

Permalink
fix(semantic-release): fix issue with module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip authored and cblanc committed Feb 27, 2024
1 parent 2ecd483 commit 753d8b4
Show file tree
Hide file tree
Showing 6 changed files with 6,558 additions and 4,653 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,15 @@ jobs:
env:
CYPRESS_WC_VERSION: "70"
CYPRESS_API_KEY: ${{ secrets.API_KEY }}
woocommerce_8_0:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- name: Launch WooCommerce 8.2
run: make bootstrap-80
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
- uses: cypress-io/github-action@v2
env:
CYPRESS_WC_VERSION: "80"
CYPRESS_API_KEY: ${{ secrets.API_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
Loading

0 comments on commit 753d8b4

Please sign in to comment.