Skip to content

Commit

Permalink
fix: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed Feb 12, 2024
1 parent a2c2c4a commit a831c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
run: |
sudo -u postgres psql --command="CREATE USER \"user\" PASSWORD 'password' SUPERUSER CREATEDB REPLICATION" --command="\du"
- name: Begin CI...
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Use Node 18
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: "lts/*"
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit a831c3f

Please sign in to comment.