diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76af5b0..efbc039 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 cb9a39f..e7b29d2 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