Skip to content

Commit

Permalink
Merge pull request #4 from oscarleonnogales/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
braintreeps authored Sep 7, 2023
2 parents 17a9166 + 340b372 commit fb6c89f
Show file tree
Hide file tree
Showing 4 changed files with 1,807 additions and 1,733 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm install
- run: npm test
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
18
Loading

0 comments on commit fb6c89f

Please sign in to comment.