Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Feb 16, 2024
1 parent d4cedfa commit 3eeadbe
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 1,411 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
- name: npm install, build, and test
run: |
npm ci
Expand Down
Loading

0 comments on commit 3eeadbe

Please sign in to comment.