Skip to content

Commit ddb975b

Browse files
committed
changed node version
1 parent a5646f0 commit ddb975b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/gh-pages.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ jobs:
1515
- name: Setup Node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 'latest'
19-
20-
- name: Setup Node Options
21-
run: echo "::set-env name=NODE_OPTIONS::--openssl-legacy-provider"
18+
node-version: '16'
2219

2320
- name: Build
2421
run: npm ci && npm run docs:build

0 commit comments

Comments
 (0)