Skip to content

Commit

Permalink
fix(node-version): update node version to 18.16 (#2095)
Browse files Browse the repository at this point in the history
  • Loading branch information
dewen committed May 24, 2023
1 parent 2198c85 commit 0c85755
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .platform.app.yaml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion edit/.platform.app.yaml
@@ -1,5 +1,5 @@
name: edit
type: 'nodejs:16'
type: 'nodejs:18'
disk: 12288
resources:
base_memory: 1024
Expand Down
4 changes: 2 additions & 2 deletions packages/bodiless-documentation/doc/About/GettingStarted.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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
```
```
Expand Up @@ -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
Expand Down
Expand Up @@ -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
Expand Down Expand Up @@ -53,4 +53,4 @@ web:

variables:
env:
APP_VOLUME: '/app/volume'
APP_VOLUME: '/app/volume'

5 comments on commit 0c85755

@vercel
Copy link

@vercel vercel bot commented on 0c85755 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 0c85755 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-gatsby – ./sites/vital-demo

bodiless-js-gatsby-git-main-jnj-demo-account.vercel.app
bodiless-js-gatsby.vercel.app
bodiless-js-gatsby-jnj-demo-account.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0c85755 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-next – ./sites/vital-demo-next

bodiless-js-next.vercel.app
bodiless-js-next-jnj-demo-account.vercel.app
bodiless-js-next-git-main-jnj-demo-account.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0c85755 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js-examples – ./sites/vital-examples

bodiless-js-examples-jnj-demo-account.vercel.app
bodiless-js-examples-git-main-jnj-demo-account.vercel.app
bodiless-js-examples.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 0c85755 May 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bodiless-js – ./sites/vital-demo

bodiless-js-jnj-demo-account.vercel.app
bodiless-js-git-main-jnj-demo-account.vercel.app
bodiless-js.vercel.app

Please sign in to comment.