We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5df391 commit 0f805f6Copy full SHA for 0f805f6
.github/workflows/eslint.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/setup-node@v2
16
with:
17
cache: 'yarn'
18
- node-version: 16
+ node-version: 18
19
20
# Run yarn install for JS dependencies
21
- name: 'Yarn Install'
.github/workflows/mysql.yml
@@ -25,7 +25,7 @@ jobs:
25
# Install Node
26
- uses: actions/setup-node@v3
27
28
- node-version: '16.6.0'
29
30
31
# Copy all of the example configs over
.github/workflows/postgres.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
# Install the Postgres developer packages
0 commit comments