summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tomvanderlee@users.noreply.github.com>2024-09-04 10:35:01 +0200
committerGravatar GitHub <noreply@github.com>2024-09-04 10:35:01 +0200
commitda3947e721ceb1cbc748aa1c74fe809ccbc47c2f (patch)
tree7da1cdf450132608909717854cf83d05d323374e /.github/workflows
parenta087494f6809a7a8ea8e6c27a105d8c8f0f3839e (diff)
parent0fbcd08674c9a7e93a9ad9fba064772b1915e012 (diff)
downloadclient-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')
-rw-r--r--.github/workflows/python-publish.yml2
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