Skip to content

Commit

Permalink
Upgrade github actions node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminfaure committed Apr 9, 2024
1 parent c5df391 commit 0f805f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: 'yarn'
node-version: 16
node-version: 18

# Run yarn install for JS dependencies
- name: 'Yarn Install'
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: 18
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: 18
cache: 'yarn'

# Install the Postgres developer packages
Expand Down

0 comments on commit 0f805f6

Please sign in to comment.