소스 검색

Bump pipelines

binwiederhier 2 년 전
부모
커밋
a533f352b2
3개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      .github/workflows/build.yaml
  2. 2 2
      .github/workflows/release.yaml
  3. 2 2
      .github/workflows/test.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -11,12 +11,12 @@ jobs:
         name: Install Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.20.x'
+          go-version: '1.21.x'
       -
         name: Install node
         uses: actions/setup-node@v3
         with:
-          node-version: '18'
+          node-version: '20'
           cache: 'npm'
           cache-dependency-path: './web/package-lock.json'
       -

+ 2 - 2
.github/workflows/release.yaml

@@ -14,12 +14,12 @@ jobs:
         name: Install Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.20.x'
+          go-version: '1.21.x'
       -
         name: Install node
         uses: actions/setup-node@v3
         with:
-          node-version: '18'
+          node-version: '20'
           cache: 'npm'
           cache-dependency-path: './web/package-lock.json'
       -

+ 2 - 2
.github/workflows/test.yaml

@@ -11,12 +11,12 @@ jobs:
         name: Install Go
         uses: actions/setup-go@v4
         with:
-          go-version: '1.20.x'
+          go-version: '1.21.x'
       -
         name: Install node
         uses: actions/setup-node@v3
         with:
-          node-version: '18'
+          node-version: '20'
           cache: 'npm'
           cache-dependency-path: './web/package-lock.json'
       -