We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c2c4a commit a831c3fCopy full SHA for a831c3f
.github/workflows/main.yml
@@ -25,11 +25,11 @@ jobs:
25
run: |
26
sudo -u postgres psql --command="CREATE USER \"user\" PASSWORD 'password' SUPERUSER CREATEDB REPLICATION" --command="\du"
27
- name: Begin CI...
28
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
29
- name: Use Node 18
30
uses: actions/setup-node@v3
31
with:
32
- node-version: 18.x
+ node-version: "lts/*"
33
- name: Get yarn cache directory path
34
id: yarn-cache-dir-path
35
run: echo "::set-output name=dir::$(yarn cache dir)"
0 commit comments