Skip to content

Commit

Permalink
feat!: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Oct 17, 2023
1 parent 01d3e50 commit d0b7581
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 687 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
branches:
- master

permissions:
contents: write
pull-requests: write

name: release-please

jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
with:
release-type: node
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
- run: npm install
- name: Lint
run: npm test

0 comments on commit d0b7581

Please sign in to comment.