Skip to content

Commit

Permalink
Merge pull request #25 from basiqio-oss/DX-584-starter-kit-account-ve…
Browse files Browse the repository at this point in the history
…rification-update-dependencies

DX-584 AV Dependencies update
  • Loading branch information
basiq-ash authored Feb 12, 2024
2 parents 1dbe2d7 + 99b7db3 commit 133bfd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [16]
node-version: [18]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}

- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
run: echo "DIR=$(yarn cache dir)" >> $GITHUB_ENV

- uses: actions/cache@v3
- uses: actions/cache@v4
id: yarn-cache
with:
path: |
Expand Down
Binary file modified docs/Group_2681.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 133bfd1

Please sign in to comment.