diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 240a8b3dc9..8d9b429a23 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Use Node.js v16.9 + - name: Use Node.js v18.16 uses: actions/setup-node@v1 with: - node-version: 16.9 + node-version: 18.16 - name: Setup run: npm run setup - name: Build docs diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6946788dc..c4d39e8ec3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 - - name: Use Node.js v16.9 + - name: Use Node.js v18.16 uses: actions/setup-node@v1 with: - node-version: 16.9 + node-version: 18.16 - name: Build run: npm run setup - name: Publish npm packages diff --git a/.platform.app.yaml b/.platform.app.yaml index 63fe698642..fe1a7af326 100644 --- a/.platform.app.yaml +++ b/.platform.app.yaml @@ -18,7 +18,7 @@ name: 'static' # The type key specifies the language and version for your application. -type: 'nodejs:16' +type: 'nodejs:18' build: flavor: none diff --git a/edit/.platform.app.yaml b/edit/.platform.app.yaml index 76715a08cf..12d5e66b33 100644 --- a/edit/.platform.app.yaml +++ b/edit/.platform.app.yaml @@ -1,5 +1,5 @@ name: edit -type: 'nodejs:16' +type: 'nodejs:18' disk: 12288 resources: base_memory: 1024 diff --git a/packages/bodiless-documentation/doc/About/GettingStarted.md b/packages/bodiless-documentation/doc/About/GettingStarted.md index cb5b151666..212e350cce 100644 --- a/packages/bodiless-documentation/doc/About/GettingStarted.md +++ b/packages/bodiless-documentation/doc/About/GettingStarted.md @@ -5,7 +5,7 @@ Ensure you have the following installed locally: - Node.js: [Download](https://nodejs.org/en/download/ ':target=_blank') - - We are currently using the LTS version 16.9+. + - We are currently using the LTS version 18.16+. - We use `npm` (v7+) as a package manager. - If you prefer `yarn`, feel free to try it. YMMV. @@ -147,4 +147,4 @@ supply version specifiers in the command as follows: ```shell-session npx @bodiless/cli@1.0.0-beta.12 new -r next - ``` \ No newline at end of file + ``` diff --git a/packages/bodiless-psh/resources/edit/edit.platform.app.yaml b/packages/bodiless-psh/resources/edit/edit.platform.app.yaml index bc9ee63e93..2d1ec50981 100644 --- a/packages/bodiless-psh/resources/edit/edit.platform.app.yaml +++ b/packages/bodiless-psh/resources/edit/edit.platform.app.yaml @@ -18,7 +18,7 @@ name: 'edit' # The type key specifies the language and version for your application. -type: 'nodejs:16' +type: 'nodejs:18' # The size of the persistent disk of the application (in MB). disk: 8192 diff --git a/packages/bodiless-psh/resources/static/static.platform.app.yaml b/packages/bodiless-psh/resources/static/static.platform.app.yaml index 3692c08790..383e92424e 100644 --- a/packages/bodiless-psh/resources/static/static.platform.app.yaml +++ b/packages/bodiless-psh/resources/static/static.platform.app.yaml @@ -18,7 +18,7 @@ name: 'static' # The type key specifies the language and version for your application. -type: 'nodejs:16' +type: 'nodejs:18' build: flavor: none @@ -53,4 +53,4 @@ web: variables: env: - APP_VOLUME: '/app/volume' \ No newline at end of file + APP_VOLUME: '/app/volume'