diff options
| author | 2024-08-30 15:47:20 +0200 | |
|---|---|---|
| committer | 2024-08-30 15:47:20 +0200 | |
| commit | fe61544bafafc8b4de78cc71cb641af2dfb7b72d (patch) | |
| tree | 7edff48c1638fcc26915dc1f40982ec2563cf3bf /.github | |
| parent | f183536067dc694f37445148c15821f1621f5034 (diff) | |
| parent | 2f2048160fac06e94703bb03eea43185fc01f76c (diff) | |
| download | client-fe61544bafafc8b4de78cc71cb641af2dfb7b72d.tar.gz client-fe61544bafafc8b4de78cc71cb641af2dfb7b72d.tar.bz2 client-fe61544bafafc8b4de78cc71cb641af2dfb7b72d.zip | |
Merge pull request #15 from tomvanderlee/feature/websocketsv2.1.0
Feature/websockets
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-publish.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 9246d7e..d90abfb 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml | |||
| @@ -12,13 +12,13 @@ jobs: | |||
| 12 | deploy: | 12 | deploy: |
| 13 | runs-on: ubuntu-latest | 13 | runs-on: ubuntu-latest |
| 14 | steps: | 14 | steps: |
| 15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v4 |
| 16 | - name: Set up Python | 16 | - name: Set up Python |
| 17 | uses: actions/setup-python@v2 | 17 | uses: actions/setup-python@v5 |
| 18 | with: | 18 | with: |
| 19 | python-version: '3.10' | 19 | python-version: '3.10' |
| 20 | - name: Set up Node | 20 | - name: Set up Node |
| 21 | uses: actions/setup-node@v2 | 21 | uses: actions/setup-node@v4 |
| 22 | with: | 22 | with: |
| 23 | node-version: '16' | 23 | node-version: '16' |
| 24 | - name: Install node dependencies | 24 | - name: Install node dependencies |
