Skip to content

Commit

Permalink
Match .github/workflows node-version to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Jan 27, 2025
1 parent 8236ee8 commit ccd20f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: '20.15.1'
cache: 'yarn'

# Run yarn install for JS dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# Install Node
- uses: actions/setup-node@v3
with:
node-version: '16.6.0'
node-version: '20.15.1'
cache: 'yarn'

# Copy all of the example configs over
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Install Node
- uses: actions/setup-node@v3
with:
node-version: '16.6.0'
node-version: '20.15.1'
cache: 'yarn'

# Install the Postgres developer packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# Install Node
- uses: actions/setup-node@v3
with:
node-version: '16.6.0'
node-version: '20.15.1'
cache: 'yarn'

# Install the Postgres developer packages
Expand Down

0 comments on commit ccd20f4

Please sign in to comment.