updating to node 18
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG NODE_VERSION=14
|
||||
ARG NODE_VERSION=18
|
||||
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${NODE_VERSION}
|
||||
|
||||
ARG VARIANT=hugo
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"args": {
|
||||
"VARIANT": "hugo",
|
||||
"VERSION": "0.96.0",
|
||||
"NODE_VERSION": "16",
|
||||
"NODE_VERSION": "18",
|
||||
"GO_VERSION": "1.16.9"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "16.x"
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
||||
@@ -13,7 +13,7 @@ jobs:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "16.x"
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: "16.x"
|
||||
node-version: "18.x"
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v2
|
||||
|
||||
@@ -14,7 +14,7 @@ We build the Pulumi website statically with Hugo, manage our Node.js dependencie
|
||||
|
||||
* [Go](https://golang.org/) (>= 1.15)
|
||||
* [Hugo](https://gohugo.io) (>= 0.92)
|
||||
* [Node.js](https://nodejs.org/en/) (>= 1.14)
|
||||
* [Node.js](https://nodejs.org/en/) (>= 18)
|
||||
* [Yarn](https://classic.yarnpkg.com/en/) (1.x)
|
||||
|
||||
### VS Code devcontainer
|
||||
|
||||
Reference in New Issue
Block a user