Skip to content

Commit 7edf36e

Browse files
authored
docs: bump node version to LTS (#1915)
1 parent 3262a7a commit 7edf36e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/static-deploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ $ npm run preview
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 @@ $ npm run preview
128128
2. プロジェクトルートに、`.gitlab-ci.yml` という名前でファイルを作成し、以下のように記述してください。これで、コンテンツを変更するたびにサイトのビルドとデプロイが行われます:
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)