diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 284aaa0..6cf7681 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: setup node uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '18' - name: install run: npm install - name: build @@ -51,7 +51,7 @@ jobs: if: github.event_name == 'create' && startsWith(github.ref,'refs/tags/') uses: actions/setup-node@v1 with: - node-version: '10.x' + node-version: '18' registry-url: 'https://registry.npmjs.org' - name: install run: npm install