chore(deps-dev): bump semantic-release from 24.2.0 to 24.2.1 #388
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github Pull Request | |
on: | |
pull_request: | |
branches: [ master ] | |
jobs: | |
test_pull_request: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-node@v4 | |
with: | |
node-version: 20 | |
- name: Install packages | |
run: npm ci | |
- name: Build TS into JS. | |
run: npm run build | |
- name: Test function outputs. | |
run: npm run test |