Skip to content

Commit

Permalink
ci: use node 18
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Jun 21, 2023
1 parent 7f4e8e7 commit 6350bac
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 46 deletions.
18 changes: 0 additions & 18 deletions .github/actions/setup-libindy/action.yml

This file was deleted.

20 changes: 6 additions & 14 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
# Some packages need indy-sdk for node as part of yarn install
- name: Setup Libindy
uses: ./.github/actions/setup-libindy

- name: Setup node v16
uses: actions/setup-node@v2
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -78,14 +74,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
# Some packages need indy-sdk for node as part of yarn install
- name: Setup Libindy
uses: ./.github/actions/setup-libindy

- name: Setup node v16
uses: actions/setup-node@v2
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down
20 changes: 6 additions & 14 deletions .github/workflows/release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
# Some packages need indy-sdk for node as part of yarn install
- name: Setup Libindy
uses: ./.github/actions/setup-libindy

- name: Setup node v16
uses: actions/setup-node@v2
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down Expand Up @@ -83,14 +79,10 @@ jobs:
restore-keys: |
${{ runner.os }}-yarn-
# Some packages need indy-sdk for node as part of yarn install
- name: Setup Libindy
uses: ./.github/actions/setup-libindy

- name: Setup node v16
uses: actions/setup-node@v2
- name: Setup node v18
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: yarn install
Expand Down

0 comments on commit 6350bac

Please sign in to comment.