Skip to content

Commit 160c0f8

Browse files
committed
added github action node fix to postgres action
1 parent 21d6267 commit 160c0f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/postgres.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
# Checkout the repo
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v3
3434

3535
# Install Ruby and run bundler
3636
- uses: ruby/setup-ruby@v1
@@ -39,8 +39,9 @@ jobs:
3939
bundler-cache: true
4040

4141
# Install Node
42-
- uses: actions/setup-node@v2
42+
- uses: actions/setup-node@v3
4343
with:
44+
node-version: '16.6.0'
4445
cache: 'yarn'
4546

4647
# Install the Postgres developer packages

0 commit comments

Comments
 (0)