Skip to content

v0.1.0 - better dist files and usability, improved docs #19

v0.1.0 - better dist files and usability, improved docs

v0.1.0 - better dist files and usability, improved docs #19

name: Check Versions
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
example-job:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./scripts
steps:
- name: Check out the repository to the runner
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Run check versions
run: node check_versions_same.cjs