Skip to content

SantiMA10/check-node-version-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

check-node-version-action

A simple GitHub Action to ensure that you are using the same node version in all the different files the different configuration files.

Supported files

  • .nvmrc
  • package.json
  • Dockerfile

How to use it?

jobs:
  check-versions:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - uses: SantiMA10/check-node-version-action@main

About

πŸ‘€ GitHub Action to ensure that you are using the same node version in all the different files the different configuration files

Topics

Resources

License

Stars

Watchers

Forks

Contributors