You've already forked waveterm-docs
mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-04-22 15:26:42 -07:00
Use Node LTS to resolve punycode deprecation notice (#9)
* add punycode * use lts
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: Deploy to GitHub Pages
|
||||
|
||||
env:
|
||||
NODE_VERSION: 22
|
||||
NODE_VERSION: 20
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install yarn
|
||||
run: |
|
||||
corepack enable
|
||||
yarn install --frozen-lockfile
|
||||
yarn install
|
||||
- name: Build website
|
||||
run: yarn build
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: Test deployment
|
||||
|
||||
env:
|
||||
NODE_VERSION: 22
|
||||
NODE_VERSION: 20
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -24,6 +24,6 @@ jobs:
|
||||
- name: Install yarn
|
||||
run: |
|
||||
corepack enable
|
||||
yarn install --frozen-lockfile
|
||||
yarn install
|
||||
- name: Test build website
|
||||
run: yarn build
|
||||
|
||||
Reference in New Issue
Block a user