From 3818103a3975b46d3ab753dde3d02eb18d8b8b94 Mon Sep 17 00:00:00 2001 From: Jacky Jiang Date: Sun, 9 Feb 2025 20:55:20 +1100 Subject: [PATCH] correct CI pipeline version --- .github/workflows/main.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac41b9e..4aed12f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 14 + - name: Use Node.js 18 uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 - name: Login to GitHub Container Registry run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 250fdff..d5e5892 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Use Node.js 14 + - name: Use Node.js 18 uses: actions/setup-node@v1 with: - node-version: 14 + node-version: 18 - name: Login to GitHub Container Registry run: |