Skip to content

Commit

Permalink
dependency upgrades (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosMasterOfAllTime authored Apr 21, 2024
1 parent d38d369 commit fca1e79
Show file tree
Hide file tree
Showing 6 changed files with 4,630 additions and 4,693 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Since TypeScript cannot handle type information for `.vue` imports, they are shi
## Getting started

- Install [node LTS](https://nodejs.org/en/download/)
- Currently 18.x (deprecated) and 20.x (current) are supported
- run `npm i` in the root dir to install all dependencies

## Commands
Expand Down
Loading

0 comments on commit fca1e79

Please sign in to comment.