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 573169e
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 17,941 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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' # npm install runs the test and build scripts
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 573169e

Please sign in to comment.