From 4ff06ab7119b044096f95db3ba9a23783c0427df Mon Sep 17 00:00:00 2001 From: Yu Yi Yang Date: Thu, 11 Jul 2024 19:00:32 +0200 Subject: [PATCH] bump github used node version --- .github/workflows/npm-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 5aed4c6..41be79f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node version uses: actions/setup-node@v1 with: - node-version: 10.15.1 + node-version: 18.20.4 - name: Install dependencies run: npm ci - name: Run tests @@ -32,7 +32,7 @@ jobs: - name: Setup Node version uses: actions/setup-node@v1 with: - node-version: 10.15.1 + node-version: 18.20.4 - name: Install dependencies run: npm ci - name: Build package @@ -55,7 +55,7 @@ jobs: - name: Setup Node version uses: actions/setup-node@v1 with: - node-version: 10.15.1 + node-version: 18.20.4 registry-url: https://registry.npmjs.org/ - name: Setup Git run: |