diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d78b76..72b2ece 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2.3.1 - uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - run: npm ci --no-optional - run: npm test diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f0506ca..e675059 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: 'npm' - name: Build