Skip to content

Commit

Permalink
fix release tag and add build on regular build job
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony-redFox committed Dec 5, 2023
1 parent 2f75b8c commit ae15617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,4 @@ jobs:
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
6 changes: 3 additions & 3 deletions .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
registry-url: "https://registry.npmjs.org"
- run: npm ci
- run: npm test
Expand Down

0 comments on commit ae15617

Please sign in to comment.