aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2023-11-05 22:47:30 +0200
committeromagdy7 <omar.professional8777@gmail.com>2023-11-05 22:47:30 +0200
commitd33755ddac93534ec369330b112634ac9be56bb7 (patch)
tree357f7a6bea1765cf913fea2ccda2c7ea8d478bc3 /.github/workflows
parentfaed9d922c3901016f96b1aee99bbeab2f60beed (diff)
downloadollama-logseq-d33755ddac93534ec369330b112634ac9be56bb7.tar.xz
ollama-logseq-d33755ddac93534ec369330b112634ac9be56bb7.zip
Updated workflow node version to 18 because semantic-relases need >= 18 node version
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 68b28f6..b691e10 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
- node-version: "16"
+ node-version: "18"
- uses: pnpm/action-setup@v2.2.1
with:
version: 6.0.2