Skip to content

Commit

Permalink
Revert ci/cd test 16.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Mar 5, 2024
1 parent 27ad9c8 commit 47e1959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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]

steps:
- name: Checkout
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a #v3.4.0
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install
working-directory: client-js
Expand Down
4 changes: 2 additions & 2 deletions .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]

steps:
- name: Checkout
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@5b949b50c3461bbcd5a540b150c368278160234a #v3.4.0
with:
node-version: ${{ matrix.node-version }}
registry-url: "https://registry.npmjs.org"
registry-url: 'https://registry.npmjs.org'

- name: Install
working-directory: ./client-js
Expand Down

0 comments on commit 47e1959

Please sign in to comment.