Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading