Skip to content

Commit

Permalink
Update node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed Dec 21, 2024
1 parent f0069f2 commit aa049b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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

0 comments on commit aa049b6

Please sign in to comment.