Skip to content

Commit

Permalink
bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Sep 6, 2024
1 parent fe3d630 commit 626917b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/node:14
- image: circleci/node:20
working_directory: ~/repo
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/yarn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.16"
node-version: "20"
- run: yarn install
- run: yarn test

0 comments on commit 626917b

Please sign in to comment.