summary refs log tree commit diff stats
path: root/.github/workflows/ci_publish.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci_publish.yml')
-rw-r--r--.github/workflows/ci_publish.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci_publish.yml b/.github/workflows/ci_publish.yml
index 26c617a8e..58da92206 100644
--- a/.github/workflows/ci_publish.yml
+++ b/.github/workflows/ci_publish.yml
@@ -21,10 +21,10 @@ jobs:
         with:
           fetch-depth: 2
 
-      - name: 'Install node.js 16.x'
-        uses: actions/setup-node@v3
+      - name: 'Install node.js 20.x'
+        uses: actions/setup-node@v4
         with:
-          node-version: '16.x'
+          node-version: '20.x'
 
       - name: 'Install dependencies (Linux amd64)'
         if: runner.os == 'Linux' && matrix.cpu == 'amd64'