Skip to content

Commit 2ce8250

Browse files
author
Adam Murray
committed
update node executor.
1 parent 9fb1ea6 commit 2ce8250

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
executor:
88
name: node/default
9-
tag: '16'
9+
tag: '16.18'
1010
steps:
1111
- checkout
1212
- node/install-packages
@@ -20,7 +20,7 @@ jobs:
2020
release:
2121
executor:
2222
name: node/default
23-
tag: '16'
23+
tag: '16.18'
2424
environment:
2525
# since we do not need Cypress to publish the NPM package
2626
# we can skip the binary download

0 commit comments

Comments
 (0)