diff options
| author | 2024-09-04 10:35:01 +0200 | |
|---|---|---|
| committer | 2024-09-04 10:35:01 +0200 | |
| commit | da3947e721ceb1cbc748aa1c74fe809ccbc47c2f (patch) | |
| tree | 7da1cdf450132608909717854cf83d05d323374e /.github/workflows/python-publish.yml | |
| parent | a087494f6809a7a8ea8e6c27a105d8c8f0f3839e (diff) | |
| parent | 0fbcd08674c9a7e93a9ad9fba064772b1915e012 (diff) | |
| download | client-2.1.1.tar.gz client-2.1.1.tar.bz2 client-2.1.1.zip | |
Merge pull request #16 from tomvanderlee/feature/update-libsv2.1.1
Updated node version
Diffstat (limited to '.github/workflows/python-publish.yml')
| -rw-r--r-- | .github/workflows/python-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d90abfb..506f187 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | - name: Set up Node | 20 | - name: Set up Node |
| 21 | uses: actions/setup-node@v4 | 21 | uses: actions/setup-node@v4 |
| 22 | with: | 22 | with: |
| 23 | node-version: '16' | 23 | node-version: '22' |
| 24 | - name: Install node dependencies | 24 | - name: Install node dependencies |
| 25 | run: | | 25 | run: | |
| 26 | yarn install | 26 | yarn install |
