Skip to content

Commit

Permalink
DX-584 AV Dependencies update
Browse files Browse the repository at this point in the history
  • Loading branch information
basiq-ash committed Feb 11, 2024
1 parent 1dbe2d7 commit 99b7db3
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 99b7db3

Please sign in to comment.