Skip to content

Commit

Permalink
bump actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wuon committed Dec 31, 2023
1 parent f25fcc4 commit e6f1078
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,14 @@ jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [16.x, 18.x]

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
- name: Set up Node.js v18
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 18

- name: Install dependencies
run: npm install
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# moneryze

[![NPM version](https://img.shields.io/npm/v/moneryze.svg)](https://www.npmjs.com/package/moneryze) 
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) 
[![codecov](https://codecov.io/gh/Wuon/moneryze/graph/badge.svg?token=U7YVG4K6K3)](https://codecov.io/gh/Wuon/moneryze)

> A wrapper to access the Moneris API, forked from AlejandroEsquivel's great work ([AlejandroEsquivel/moneris-js](https://github.com/AlejandroEsquivel/moneris-js)), which was also based on shaynair's original implementation ([shaynair/moneris-js](https://github.com/shaynair/moneris-js))
Expand Down

0 comments on commit e6f1078

Please sign in to comment.