Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '18' ]
node: [ '20' ]

name: Node ${{ matrix.node }} build
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-prettify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"

- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'
- run: npm ci
- run: npm run build

Expand All @@ -38,7 +38,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '20.x'

- name: Set tag
id: tagName
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "4.2.0",
"description": "The Universal Viewer is a community-developed open source project on a mission to help you share your 📚📜📰📽️📻🗿 with the 🌎",
"engines": {
"node": ">=18",
"node": ">=20",
"npm": ">=8.1.1"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

[build.environment]
SHOW_NETLIFY_BADGE = "true"
NODE_VERSION = "14"
NODE_VERSION = "20"