Skip to content

Commit 0e0caa1

Browse files
authored
chore(docs deploy): lock node version (#5909)
1 parent cabe4bd commit 0e0caa1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docsDeploy.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
name: Deploy docs
3-
42
on:
53
push:
64
branches:
@@ -9,13 +7,14 @@ on:
97
- 'docs/**'
108
repository_dispatch:
119
types: deploy-docs
12-
1310
jobs:
1411
build:
1512
runs-on: ubuntu-latest
1613
steps:
1714
- name: Use Node.js 12.x
18-
uses: actions/setup-node@v1
15+
uses: actions/setup-node@v2
16+
with:
17+
node-version: '12'
1918
- uses: actions/checkout@v2
2019
with:
2120
ref: demo

0 commit comments

Comments
 (0)