Skip to content

Commit

Permalink
Update pytest-fast.yml (#46)
Browse files Browse the repository at this point in the history
* Update pytest-fast.yml

update to node 20

* Update pytest-fast.yml
  • Loading branch information
codecakes authored Oct 30, 2023
1 parent e41d60e commit 1f2d2ce
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pytest-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: "3.9"
- uses: Gr1N/setup-poetry@v7
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: '20'
- uses: Gr1N/setup-poetry@v8
with:
poetry-preview: true
- uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
Expand Down

0 comments on commit 1f2d2ce

Please sign in to comment.