Skip to content

Commit

Permalink
Upgrade deps, fix things (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey authored May 6, 2024
1 parent 2898fac commit 133cfc4
Show file tree
Hide file tree
Showing 26 changed files with 10,904 additions and 8,293 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,14 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm i --no-optional
- run: npm run build --if-present
- run: npm test
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: '*'
cache: 'npm'
- run: npm i --no-optional
- run: npm run build --if-present
- run: npm test
Loading

0 comments on commit 133cfc4

Please sign in to comment.