mirror of
https://github.com/pre-commit/action.git
synced 2025-11-07 10:46:56 +00:00
update actions to use node 16 runtime version
This commit is contained in:
parent
88dd0894fe
commit
b1bd62edf9
1 changed files with 3 additions and 3 deletions
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
|
|
@ -9,9 +9,9 @@ jobs:
|
|||
name: pr
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v2
|
||||
- uses: actions/setup-python@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-node@v3
|
||||
- uses: actions/setup-python@v3
|
||||
- run: pip install virtualenv
|
||||
- run: make
|
||||
- name: self test newly built action
|
||||
|
|
|
|||
Loading…
Reference in a new issue