Skip to content

Commit

Permalink
Bump minimum Node.js to v16 (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Sep 9, 2022
1 parent 0a021c4 commit 14244c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "12"
node-version: "16"
- name: Install dependencies
run: |
npm install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"mdn-bob": "./lib/mdn-bob.js"
},
"engines": {
"node": ">=12.0.0"
"node": "^16.0.0 || >=18.0.0"
},
"main": "./lib/mdn-bob.js",
"bundlesize": [
Expand Down

0 comments on commit 14244c5

Please sign in to comment.