diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c868a469..4464435c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: | diff --git a/docs/Group_2681.png b/docs/Group_2681.png index c28c5025..f28dd048 100644 Binary files a/docs/Group_2681.png and b/docs/Group_2681.png differ