Skip to content

Commit

Permalink
Merge pull request #19 from braintree/update-deps-aug-2023-1
Browse files Browse the repository at this point in the history
Update CI Github Action for Node Upgrade
  • Loading branch information
jplukarski authored Aug 30, 2023
2 parents 1b65c81 + 261c5d9 commit 32ec21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "14.x"
node-version: "18.x"
- run: npm install
- run: npm test

0 comments on commit 32ec21e

Please sign in to comment.