Skip to content

Commit

Permalink
Test version bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Jul 23, 2024
1 parent 7e5beb8 commit a6ba2d2
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a6ba2d2

Please sign in to comment.