Skip to content

Commit

Permalink
chicken or egg
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 6, 2024
1 parent 9a0b068 commit ddc302d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-casper-rust-contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [20.x]
node-version: [16.x, 20.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-js-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
node-version: [20.x]
node-version: [16.x, 20.x]

steps:
- name: Checkout
Expand Down

0 comments on commit ddc302d

Please sign in to comment.