diff options
| author | 2024-09-04 10:31:48 +0200 | |
|---|---|---|
| committer | 2024-09-04 10:31:48 +0200 | |
| commit | 0fbcd08674c9a7e93a9ad9fba064772b1915e012 (patch) | |
| tree | 7da1cdf450132608909717854cf83d05d323374e /.github/workflows/python-publish.yml | |
| parent | a087494f6809a7a8ea8e6c27a105d8c8f0f3839e (diff) | |
| download | client-0fbcd08674c9a7e93a9ad9fba064772b1915e012.tar.gz client-0fbcd08674c9a7e93a9ad9fba064772b1915e012.tar.bz2 client-0fbcd08674c9a7e93a9ad9fba064772b1915e012.zip | |
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 |
