Skip to content

Commit

Permalink
fix(CI): Node crypto hash workaround for WebPack4 requires NodeJS 18
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Jun 5, 2023
1 parent c4f26e7 commit 73730cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta #actions/setup-node@v1
with:
node-version: '16'
node-version: '18'
#check-latest: true
- run: node --version && npm --version
#- run: npm --global install npm@latest
- run: npm --global install npm@^8
- run: npm --global install npm@^9
- run: npm --version
- run: npm --global install yarn@^1
# - run: ((curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.22.5) || echo "YARN OK")
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"description": "Ace, the EPUB accessibility checker by the DAISY Consortium (desktop application)",
"version": "1.1.6-alpha.1",
"engines": {
"node": ">=14.0.0",
"node": ">=18.0.0",
"yarn": "^1.22.0",
"npm": ">=6.0.0"
"npm": ">=9.0.0"
},
"author": {
"name": "DAISY Consortium",
Expand Down

0 comments on commit 73730cd

Please sign in to comment.