Skip to content

Commit

Permalink
Updated node versions in test matrix (#41)
Browse files Browse the repository at this point in the history
* Updated node versions in test matrix

* Removed broken Snyk badge

We don't have dependencies anyways
  • Loading branch information
fed135 authored Nov 23, 2023
1 parent 99a3ab9 commit f016617
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

steps:
- uses: actions/checkout@v1
Expand Down
1 change: 0 additions & 1 deletion packages/kalm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

[![Kalm](https://img.shields.io/npm/v/kalm.svg)](https://www.npmjs.com/package/kalm)
[![Build Status](https://github.com/kalm/kalm.js/workflows/master-status/badge.svg)](https://github.com/kalm/kalm.js/actions?query=workflow%3A+master-status)
![Snyk Vulnerabilities for GitHub Repo](https://img.shields.io/snyk/vulnerabilities/github/kalm/kalm.js)
[![Financial Contributors on Open Collective](https://opencollective.com/kalm/all/badge.svg?label=financial+contributors)](https://opencollective.com/kalm)
[![Join the chat at https://gitter.im/KALM/home](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/KALM/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
---
Expand Down

0 comments on commit f016617

Please sign in to comment.