Skip to content

Commit e051936

Browse files
authored
docs: bump node version to LTS (#19849)
1 parent be2c3fa commit e051936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/static-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
9999
- name: Set up Node
100100
uses: actions/setup-node@v4
101101
with:
102-
node-version: 20
102+
node-version: lts/*
103103
cache: 'npm'
104104
- name: Install dependencies
105105
run: npm ci
@@ -128,7 +128,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
128128
2. Create a file called `.gitlab-ci.yml` in the root of your project with the content below. This will build and deploy your site whenever you make changes to your content:
129129

130130
```yaml [.gitlab-ci.yml]
131-
image: node:16.5.0
131+
image: node:lts
132132
pages:
133133
stage: deploy
134134
cache:

0 commit comments

Comments
 (0)