From 8f083d6bd3b2effb7db35435b04c9488f5998a5b Mon Sep 17 00:00:00 2001 From: Prawira Genestonlia Date: Mon, 9 Oct 2023 17:06:35 +0800 Subject: [PATCH] feat: change ci's node v12 to v18 --- .github/workflows/ci.yml | 2 +- .github/workflows/npmpublish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76af5b00..efbc0390 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '18.x' - name: Cache Node.js modules uses: actions/cache@v2 with: diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index cb9a39f7..e7b29d20 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: 12 + node-version: 18 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish --access public