Skip to content

Commit b03eaef

Browse files
committed
fix: bump node
1 parent 912e4a9 commit b03eaef

File tree

3 files changed

+20284
-46
lines changed

3 files changed

+20284
-46
lines changed

.circleci/config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ aliases:
2424

2525
defaults: &defaults
2626
working_directory: ~/project
27+
docker:
28+
- image: cimg/node:16.17.0
2729

2830
jobs:
2931
test:
3032
<<: *defaults
31-
docker:
32-
- image: circleci/node:10
3333
steps:
3434
- checkout
3535
- restore_cache: *restore-deps-cache
@@ -41,8 +41,6 @@ jobs:
4141

4242
build:
4343
<<: *defaults
44-
docker:
45-
- image: circleci/node:10
4644
steps:
4745
- checkout
4846
- restore_cache: *restore-deps-cache
@@ -52,8 +50,6 @@ jobs:
5250

5351
release:
5452
<<: *defaults
55-
docker:
56-
- image: circleci/node:10
5753
steps:
5854
- checkout
5955
- restore_cache: *restore-deps-cache

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.17.0

0 commit comments

Comments
 (0)