Skip to content

Commit

Permalink
try new @lando/setup-lando setup config part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 6, 2023
1 parent 1480d27 commit 8fe6b68
Show file tree
Hide file tree
Showing 15 changed files with 906 additions and 918 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-drupal7-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-drupal8-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-drupal9-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-init-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- ubuntu-22.04
- macos-12
node-version:
- '16'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-wordpress-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-wordpressnetworkdomain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-wordpressnetworkfolder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'

steps:
# Install deps and cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os:
- ubuntu-22.04
node-version:
- '16'
- '18'
steps:
# Install deps and cache
- name: Checkout code
Expand Down
17 changes: 13 additions & 4 deletions .lando.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
name: lando-pantheon-plugin
services:
node:
type: node:14
cli:
api: 3
type: lando
services:
image: node:18s
command: sleep infinity
working_dir: /app
ports:
- 8080:8080
build:
- yarn install
scanner: false
ssl: false
sslExpose: false
tooling:
node:
service: node
service: cli
vuepress:
service: cli
yarn:
service: node
service: cli
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pantheon"
],
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"bundledDependencies": [
"axios",
Expand Down
Loading

0 comments on commit 8fe6b68

Please sign in to comment.