Skip to content

Commit

Permalink
chore(#693): update vm and node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Aug 30, 2024
1 parent faf6e4a commit 7d16704
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -3,7 +3,7 @@ version: 2.1
defaults: &defaults
working_directory: ~/repo
docker:
- image: cimg/node:16.20.2
- image: cimg/node:20.14

jobs:
build:
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

test_e2e:
machine:
image: ubuntu-2004:current
image: ubuntu-2204:current
working_directory: ~/repo
environment:
DDEV_NONINTERACTIVE: "true"
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
16.20.2
v20.14.0

0 comments on commit 7d16704

Please sign in to comment.