File tree 7 files changed +9
-6
lines changed
7 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
- uses : actions/setup-node@v1
11
11
with :
12
- node-version : 16
12
+ node-version : 22
13
13
- name : Install Dependencies
14
14
run : npm ci
15
15
- name : Cache Docusaurus
Original file line number Diff line number Diff line change 8
8
- uses : actions/checkout@v2
9
9
- uses : actions/setup-node@v1
10
10
with :
11
- node-version : 16
11
+ node-version : 22
12
12
- name : Install Dependencies
13
13
run : npm ci
14
14
- name : Verify format with Vale
Original file line number Diff line number Diff line change 15
15
name : deploy-preview-env
16
16
steps :
17
17
- uses : actions/checkout@v4
18
+ - uses : actions/setup-node@v1
19
+ with :
20
+ node-version : 22
18
21
19
22
- name : Import secrets from Vault
20
23
id : secrets
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v2
25
25
- uses : actions/setup-node@v1
26
26
with :
27
- node-version : 16
27
+ node-version : 22
28
28
- name : Install Dependencies
29
29
run : npm ci
30
30
- name : Enable Indexing
Original file line number Diff line number Diff line change 17
17
- uses : actions/checkout@v2
18
18
- uses : actions/setup-node@v1
19
19
with :
20
- node-version : 16
20
+ node-version : 22
21
21
- name : Install Dependencies
22
22
run : npm ci
23
23
- name : Cache Docusaurus
Original file line number Diff line number Diff line change 1
- 16.15.1
1
+ 22.11.0
Original file line number Diff line number Diff line change 3
3
# To run: `npm run build:docker`
4
4
5
5
# Install dependencies
6
- FROM node:16 AS build-setup
6
+ FROM node:22 AS build-setup
7
7
WORKDIR /app
8
8
COPY package*.json ./
9
9
RUN npm install
You can’t perform that action at this time.
0 commit comments