Skip to content

Commit

Permalink
chore(Dependencies): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoluc committed Jul 5, 2023
1 parent 9e33e03 commit d8da675
Show file tree
Hide file tree
Showing 3 changed files with 6,031 additions and 5,111 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [14, 16, 18]
node-version: [14, 16, 18, 20]
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Release
Expand Down

0 comments on commit d8da675

Please sign in to comment.