Skip to content

Commit

Permalink
Update all node version specifications to a minimum of 18.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Mar 6, 2025
1 parent 3fd2f5d commit 38d0170
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '18.20.7'
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@
},
"engineStrict": true,
"engines": {
"node": "18.x",
"node": ">= 18.20.0",
"yarn": ">= 1.12.3"
},
"browserslist": [
"extends browserslist-config-kolibri"
],
"volta": {
"node": "18.19.0",
"node": "18.20.7",
"yarn": "1.22.22"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-kolibri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint": "^8.57.0"
},
"engines": {
"node": ">=0.10.0"
"node": ">=18.20.0"
},
"license": "MIT"
}
2 changes: 1 addition & 1 deletion packages/kolibri-format/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"stylelint-scss": "5.3.2"
},
"engines": {
"node": "18.x",
"node": ">= 18.20.0",
"npm": ">= 8"
}
}
2 changes: 1 addition & 1 deletion packages/kolibri-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"webpack-merge": "^6.0.1"
},
"engines": {
"node": "18.x",
"node": ">= 18.20.0",
"npm": ">= 8"
}
}

0 comments on commit 38d0170

Please sign in to comment.