Skip to content

Commit

Permalink
Update Node.js to 18 and its dependencies to highest possible (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami authored Dec 21, 2024
1 parent 802356a commit 30b8656
Show file tree
Hide file tree
Showing 3 changed files with 1,382 additions and 1,153 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '14.x'
node-version: '18.x'
cache: 'yarn'
cache-dependency-path: 'frontend/yarn.lock'
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ External Dependencies:
```yaml
cc: anything that compiles SQLite 3
go: >= 1.16
node.js: >= 12
node.js: >= 18
yarn: >= 1
```
Expand Down
Loading

0 comments on commit 30b8656

Please sign in to comment.