Skip to content

Commit

Permalink
chore: bump node engine >=18
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Mar 18, 2024
1 parent c376557 commit 2361228
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Node
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- run: node --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Node
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- run: node --version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Node
uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: 18.x

- run: node --version

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@
"typescript": "5.2.2"
},
"engines": {
"node": ">=16"
"node": ">=18"
}
}

0 comments on commit 2361228

Please sign in to comment.