A simple GitHub Action to ensure that you are using the same node version in all the different files the different configuration files.
- .nvmrc
- package.json
- Dockerfile
jobs:
check-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: SantiMA10/check-node-version-action@main