Skip to content

Commit

Permalink
chore: update dependencies (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
petermuessig authored Nov 29, 2023
1 parent 06385f4 commit 63f4303
Show file tree
Hide file tree
Showing 4 changed files with 3,698 additions and 3,432 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@ on:
jobs:
run-test:
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
node-version: ${{ matrix.version }}
registry-url: https://registry.npmjs.org/

- run: git config --global user.email "[email protected]" && git config --global user.name "Your Name"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 18
registry-url: https://registry.npmjs.org/

- run: npm install
Expand Down
Loading

0 comments on commit 63f4303

Please sign in to comment.