Skip to content

Commit

Permalink
Use Node 18 and 20 to test and build the theme
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 13, 2024
1 parent 786b4b5 commit 6837c99
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-management.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: npm

- name: Install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
node: [ 16, 18 ]
node: [ 18, 20 ]
steps:
- name: Clone repository
uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
},
"engines": {
"ghost": ">=5.1.0",
"node": ">=16.14.0",
"npm": ">=8.3.0"
"node": ">=18",
"npm": ">=10"
},
"scripts": {
"build": "concurrently \"npm run css\" \"npm run js\"",
Expand Down

0 comments on commit 6837c99

Please sign in to comment.