We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fb0ae5 commit 69c3872Copy full SHA for 69c3872
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup Node.js environment
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 16
+ node-version: 18
18
19
- name: Install npm dependencies
20
run: npm ci
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
21
22
- name: Install dependencies
23
package.json
@@ -14,7 +14,7 @@
"url": "git+https://github.com/Visual-Regression-Tracker/sdk-js.git"
},
"engines": {
- "node": ">=16"
+ "node": ">=18"
"author": "",
"license": "Apache-2.0",
0 commit comments