From ac398a6ba102edb0fd5c6f3ad683bec09ab4fb40 Mon Sep 17 00:00:00 2001 From: meysamhadeli Date: Wed, 25 Jan 2023 01:20:01 +0330 Subject: [PATCH] . --- .github/workflows/build-publish-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish-docker.yml b/.github/workflows/build-publish-docker.yml index af9f049..c9af7e4 100644 --- a/.github/workflows/build-publish-docker.yml +++ b/.github/workflows/build-publish-docker.yml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js 16.x uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' ## With the above semantic-release configuration, will create a release and push the dist/index.js file as well as all the tags required - name: Semantic Release