Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjorbin committed Dec 20, 2023
1 parent 929fa06 commit da145fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node-versions: [ '12', '14' ]
node-versions: [ '20', '21' ]

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/*
20
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"url": "https://github.com/wordpress/grunt-patch-wordpress/issues"
},
"engines": {
"node": ">= 12"
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"main": "Gruntfile.js",
"jest": {
Expand Down

0 comments on commit da145fc

Please sign in to comment.