Skip to content

Commit 46bf08a

Browse files
committed
chore: update to node 18
1 parent 4489b3d commit 46bf08a

File tree

13 files changed

+62713
-53183
lines changed

13 files changed

+62713
-53183
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
description: Checks the code formatting
1111
docker:
12-
- image: cimg/node:16.20.1
12+
- image: cimg/node:18.17.1
1313
environment:
1414
# we don't need Cypress to check code styl
1515
CYPRESS_INSTALL_BINARY: '0'
@@ -48,11 +48,11 @@ jobs:
4848
steps:
4949
- checkout
5050
- run:
51-
name: Install node 16
52-
command: nvm install 16.16.0
51+
name: Install node 18
52+
command: nvm install 18.17.1
5353
- run:
54-
name: Use node 16
55-
command: nvm use 16.16.0
54+
name: Use node 18
55+
command: nvm use 18.17.1
5656
- run:
5757
name: Install deps for code coverage
5858
command: npm ci
@@ -83,7 +83,7 @@ jobs:
8383
publish:
8484
description: Publishes the new version of the plugin to NPM
8585
docker:
86-
- image: cimg/node:16.20.1
86+
- image: cimg/node:18.17.1
8787
environment:
8888
# we don't need Cypress to do the release
8989
CYPRESS_INSTALL_BINARY: '0'
@@ -99,7 +99,7 @@ jobs:
9999

100100
cyrun:
101101
docker:
102-
- image: cypress/base:16.18.1
102+
- image: cypress/base:18.16.1
103103
parameters:
104104
jobname:
105105
type: string
@@ -125,7 +125,7 @@ jobs:
125125

126126
test-code-coverage-plugin:
127127
docker:
128-
- image: cypress/base:16.18.1
128+
- image: cypress/base:18.16.1
129129
steps:
130130
- attach_workspace:
131131
at: ~/

.github/workflows/snyk_sca_scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node-version: [16.x]
12+
node-version: [18.x]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Setting up Node

0 commit comments

Comments
 (0)