Skip to content

Commit 0f805f6

Browse files
committed
Upgrade github actions node version to 18
1 parent c5df391 commit 0f805f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-node@v2
1616
with:
1717
cache: 'yarn'
18-
node-version: 16
18+
node-version: 18
1919

2020
# Run yarn install for JS dependencies
2121
- name: 'Yarn Install'

.github/workflows/mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Install Node
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: '16.6.0'
28+
node-version: 18
2929
cache: 'yarn'
3030

3131
# Copy all of the example configs over

.github/workflows/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Install Node
4545
- uses: actions/setup-node@v3
4646
with:
47-
node-version: '16.6.0'
47+
node-version: 18
4848
cache: 'yarn'
4949

5050
# Install the Postgres developer packages

0 commit comments

Comments
 (0)