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 25bef40
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 17,941 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
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: 'xvfb-run npm run test'
timeout-minutes: 1 # prevent browser hang if test fails
- run: '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 25bef40

Please sign in to comment.