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: |