Skip to content

Bump actions/setup-node from 2 to 4 #13

Bump actions/setup-node from 2 to 4

Bump actions/setup-node from 2 to 4 #13

Workflow file for this run

name: "Test"
on:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-python@v2
- run: |
echo "Execute tests here"