Skip to content

Commit

Permalink
Merge pull request #12 from vidhill/feature/add-node-engines
Browse files Browse the repository at this point in the history
Feature/add node engines to package.json
  • Loading branch information
vidhill authored Jun 6, 2024
2 parents 99175b6 + 45e4ebc commit cf60cec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-test:
# A list of available CircleCI Docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
docker:
- image: cimg/node:15.1
- image: cimg/node:18.16

steps:
# Checkout the code as the first step.
Expand All @@ -33,4 +33,4 @@ workflows:
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
main:
jobs:
- build-and-test
- build-and-test
3 changes: 3 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,8 @@
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@vidhill/fortawesome-11ty-shortcode-helper": "^1.1.0"
},
"engines": {
"node": ">=18.16.1"
}
}

0 comments on commit cf60cec

Please sign in to comment.