Skip to content

Commit

Permalink
Merge pull request #21 from Hyperkid123/bump-node
Browse files Browse the repository at this point in the history
chore(ci): bump node version
  • Loading branch information
Hyperkid123 authored Oct 13, 2023
2 parents 409dfae + 6a25f85 commit 5f8a6a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- checkout
- run:
Expand All @@ -27,7 +27,7 @@ jobs:
test:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- attach_workspace:
at: ~/editor
Expand All @@ -50,7 +50,7 @@ jobs:
release:
working_directory: ~/editor
docker:
- image: circleci/node:16
- image: cimg/node:lts
steps:
- run:
name: Create .ssh folder
Expand Down

0 comments on commit 5f8a6a6

Please sign in to comment.