Skip to content

Commit

Permalink
chore: Node 18 for CI (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
pashidlos authored Jul 12, 2023
1 parent 8fb0ae5 commit 69c3872
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install npm dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 69c3872

Please sign in to comment.