Skip to content

Commit 08d82d4

Browse files
authored
ci: update deploy.yml (#622)
1 parent 89d4f10 commit 08d82d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy Docs
22

3-
env: {NODE_VERSION: 14}
3+
env: {NODE_VERSION: 20}
44

55
on:
66
push:
@@ -19,16 +19,16 @@ jobs:
1919
# Steps represent a sequence of tasks that will be executed as part of the job
2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v2
23-
- uses: actions/setup-node@v2
22+
- uses: actions/checkout@v4
23+
- uses: actions/setup-node@v4
2424
with: {node-version: '${{ env.NODE_VERSION }}'}
2525
- name: install dependencies
2626
run: npm install
2727
- name: build docs
2828
run: node data/_utils/pkg && grunt
2929
- name: Deploy to GitHub Pages
3030
if: success()
31-
uses: crazy-max/ghaction-github-pages@v2
31+
uses: crazy-max/ghaction-github-pages@v4
3232
with:
3333
repo: less/less.github.io
3434
target_branch: master

0 commit comments

Comments
 (0)