Skip to content

Commit 9d0ef84

Browse files
authored
Downgrade node version to 16 build-and-deploy.yml
https://nodejs.org/en/blog/release/v17.0.0#openssl-3-0 This is incompatible to some used libraries in search engine (at least test fail with this error)
1 parent 249f3bf commit 9d0ef84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
ruby-version: "2"
3434

3535
- name: Setup Node
36-
uses: actions/setup-node@v2
36+
uses: actions/setup-node@v3
37+
with:
38+
node-version: 16
3739

3840
- name: Install asciidoctor Gem
3941
run: gem install asciidoctor -v 1.5.7.1

0 commit comments

Comments
 (0)