Skip to content

Commit

Permalink
Move to vite and vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeister committed Nov 8, 2024
1 parent 12b67c0 commit f692b71
Show file tree
Hide file tree
Showing 10 changed files with 2,836 additions and 11,558 deletions.
5 changes: 0 additions & 5 deletions .babelrc

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [18.x, 20.x, 22.x]
steps:

- uses: actions/checkout@v2
Expand Down Expand Up @@ -57,17 +57,17 @@ jobs:

- uses: actions/checkout@v2

- name: Use Node.js 14.x
- name: Use Node.js 22.x
uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 22.x

- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-14.x-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-node-22.x-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-14.x-
${{ runner.os }}-node-22.x-
- run: npm install

Expand Down
5 changes: 1 addition & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
coverage
demo
docs
src
test
.babelrc
.eslintrc
.idea
.nyc_output
.github
webpack.config.js
vite.config.js
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
Loading

0 comments on commit f692b71

Please sign in to comment.