What's Changed
- test: add latest release to test by @RafaelGSS in #10
- Add Github Action capabilities by @UlisesGascon in #11
Github Action capabilities 🎉
Example:
Using it
name: "Node.js Vulnerabilities"
on:
schedule:
- cron: "0 0 * * *"
jobs:
is-my-node-vulnerable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check Node.js
uses: RafaelGSS/[email protected]
with:
node-version: "18.14.1"
New Contributors
- @UlisesGascon made their first contribution in #11
Full Changelog: v1.1.0...v1.2.0