Skip to content

Commit ae578fb

Browse files
destevesdiana esteves
and
diana esteves
authored
updating to node 18 (#9860)
Co-authored-by: diana esteves <[email protected]>
1 parent 960976b commit ae578fb

9 files changed

+9
-9
lines changed

.github/workflows/bucket-cleanup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v1
2121
with:
22-
node-version: '16.x'
22+
node-version: '18.x'
2323

2424
- uses: actions/setup-go@v2
2525
with:

.github/workflows/build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions/setup-node@v1
2424
with:
25-
node-version: '16.x'
25+
node-version: '18.x'
2626

2727
- uses: actions/setup-go@v2
2828
with:

.github/workflows/check-links.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020
- name: Install Hugo
2121
uses: peaceiris/actions-hugo@v2
2222
with:

.github/workflows/check-search-urls.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: '16.x'
20+
node-version: '18.x'
2121

2222
- uses: algolia/setup-algolia-cli@master
2323

.github/workflows/pr-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- uses: actions/setup-node@v1
1919
with:
20-
node-version: '16.x'
20+
node-version: '18.x'
2121

2222
- uses: actions/setup-go@v2
2323
with:

.github/workflows/testing-build-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- uses: actions/setup-node@v1
2121
with:
22-
node-version: '16.x'
22+
node-version: '18.x'
2323

2424
- uses: actions/setup-go@v2
2525
with:

.github/workflows/update-theme.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install Node
1717
uses: actions/setup-node@v1
1818
with:
19-
node-version: '16.x'
19+
node-version: '18.x'
2020

2121
- name: Install Hugo
2222
uses: peaceiris/actions-hugo@v2

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ We build the Pulumi website statically with Hugo, manage our dependencies with N
1717

1818
* [Go](https://golang.org/) (>= 1.15)
1919
* [Hugo](https://gohugo.io) (>= 0.92)
20-
* [Node.js](https://nodejs.org/en/) (>= 1.14)
20+
* [Node.js](https://nodejs.org/en/) (>= 18)
2121
* [Yarn](https://classic.yarnpkg.com/en/) (1.x)
2222

2323
Our TypeScript documentation is generated directly from source using [TypeDoc](http://typedoc.org/), and we check in the resulting files at `./content/reference/pkg/nodejs`.

0 commit comments

Comments
 (0)