Skip to content

Commit

Permalink
bump version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mfilip committed May 8, 2024
1 parent 29bc18e commit 5f79987
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: [20.x]
node-version: [21.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: make bootstrap-82
env:
COMPOSE_INTERACTIVE_NO_CLI: 1
- uses: cypress-io/github-action@v2
- uses: cypress-io/github-action@v6
env:
CYPRESS_WC_VERSION: "82"
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: [20.x]
node-version: [21.x]

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

0 comments on commit 5f79987

Please sign in to comment.