Skip to content

Commit 69c3872

Browse files
authored
chore: Node 18 for CI (#261)
1 parent 8fb0ae5 commit 69c3872

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node.js environment
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: 16
17+
node-version: 18
1818

1919
- name: Install npm dependencies
2020
run: npm ci

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js environment
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 16
20+
node-version: 18
2121

2222
- name: Install dependencies
2323
run: npm ci

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/Visual-Regression-Tracker/sdk-js.git"
1515
},
1616
"engines": {
17-
"node": ">=16"
17+
"node": ">=18"
1818
},
1919
"author": "",
2020
"license": "Apache-2.0",

0 commit comments

Comments
 (0)