testing to seee if upping the node version will still allow the actio… #116
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: Run Test Scripts | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
jobs: | |
test: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Checkout repo at pull request | |
uses: actions/checkout@v3 | |
with: | |
ref: ${{ github.ref }} | |
- name: Run Tests | |
run: 'npm test' |