Skip to content

Commit

Permalink
fix: revert back to nodejs 16 to fix ci (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo authored Jan 3, 2024
1 parent 2304a45 commit 983b67c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
git submodule update --remote --recursive
- uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
- name: Install dependencies
run: yarn install
- name: Build website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16
- uses: crazy-max/ghaction-import-gpg@v5
id: import_gpg
with:
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
]
},
"engines": {
"node": ">=20.9.0",
"npm":">=10.1.0"
"node": ">=16.14"
}
}

0 comments on commit 983b67c

Please sign in to comment.