From 5bc5f84a34e7c9597212eeb72073c237bdfa6d17 Mon Sep 17 00:00:00 2001 From: Keita Nonaka Date: Fri, 18 Oct 2024 00:17:32 -0700 Subject: [PATCH] ci: update node version v22 --- .github/workflows/webCI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/webCI.yml b/.github/workflows/webCI.yml index fdc9349..3a6725d 100644 --- a/.github/workflows/webCI.yml +++ b/.github/workflows/webCI.yml @@ -20,12 +20,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: npm install, lint, test @@ -42,12 +42,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node-version: [20.x] + node-version: [22.x] steps: - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - name: npm run build