Skip to content

Commit

Permalink
circle: update Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchambers committed Dec 6, 2023
1 parent 0da6e3e commit 6e49b8f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
version: 2.1

orbs:
node: circleci/[email protected]

jobs:
build:
docker:
- image: circleci/node:12
environment:
NPM_CONFIG_COLOR: false
parallelism: 1
test:
executor:
name: node/default
tag: 20.0.0
steps:
- checkout
- run: npm install && npm run lint

workflows:
test:
jobs:
- test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"fluture": "12.2.0",
"fluture-sanctuary-types": "6.0.0",
"fluture-sanctuary-types": "7.0.0",
"hubot": "3.0.1",
"hubot-gitter2": "1.0.0",
"ramda": "*",
Expand Down

0 comments on commit 6e49b8f

Please sign in to comment.