Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
chore: bump node to lts
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 authored Dec 23, 2023
1 parent 57c9ec6 commit d5180e5
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: "18.16.0"
node-version: "20.10.0"

- name: Install
run: yarn install
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Conventional Commits
on:
pull_request:
push:
branches: [development]

jobs:
conventional-commits:
Expand Down
35 changes: 0 additions & 35 deletions .github/workflows/qa-automation.yml

This file was deleted.

98 changes: 0 additions & 98 deletions .github/workflows/update-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.3.0
v20.10.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=18"
"node": ">=20.10.0"
},
"lint-staged": {
"*.{ts,json}": [
Expand Down

0 comments on commit d5180e5

Please sign in to comment.