From a6ba2d24115c477b274376c9a9b938790e2b0ed6 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Mon, 22 Jul 2024 21:20:24 -0400 Subject: [PATCH] Test version bump script --- .github/workflows/validate.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index c7a61ad9..734ead21 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -7,7 +7,17 @@ on: branches: - main jobs: - build: + test: uses: nasa-gcn/.github/.github/workflows/node.yml@main with: test-options: + bump: + name: dry run of version bump + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: '22.x' + - run: npm ci + - run: npm version patch