Skip to content

Commit

Permalink
⬆️ update dependencies and add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Feb 20, 2024
1 parent b202294 commit 2969572
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 17,942 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'test'

on: [pull_request, push]

permissions:
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ljharb/actions/node/install@main
name: 'nvm install lts/* && npm install'
- run: 'npm run test && npm run build'
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock=false
Loading

0 comments on commit 2969572

Please sign in to comment.