Skip to content

Commit

Permalink
update test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Mar 26, 2024
1 parent ce4d2ac commit eb91f31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@main

- name: Install native postgres client
run: |
Expand All @@ -51,10 +51,10 @@ jobs:

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

- name: Setup cache key and directory for node_modules cache
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ${{ steps.yarn-cache.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit eb91f31

Please sign in to comment.