Skip to content

Commit a831c3f

Browse files
committed
fix: update github actions
1 parent a2c2c4a commit a831c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
run: |
2626
sudo -u postgres psql --command="CREATE USER \"user\" PASSWORD 'password' SUPERUSER CREATEDB REPLICATION" --command="\du"
2727
- name: Begin CI...
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- name: Use Node 18
3030
uses: actions/setup-node@v3
3131
with:
32-
node-version: 18.x
32+
node-version: "lts/*"
3333
- name: Get yarn cache directory path
3434
id: yarn-cache-dir-path
3535
run: echo "::set-output name=dir::$(yarn cache dir)"

0 commit comments

Comments
 (0)