We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c695966 commit 00e81aeCopy full SHA for 00e81ae
.circleci/config.yml
@@ -6,7 +6,7 @@ orbs:
6
jobs:
7
install:
8
docker:
9
- - image: cimg/node:14.17.0
+ - image: cimg/node:20.13.1
10
steps:
11
- checkout
12
- run: npm install
@@ -20,7 +20,7 @@ jobs:
20
21
tests:
22
23
24
25
26
- attach_workspace:
@@ -31,7 +31,7 @@ jobs:
31
32
build:
33
34
35
36
37
@@ -45,7 +45,7 @@ jobs:
45
46
deploy:
47
48
49
50
51
0 commit comments