diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a186f49..9a23499 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/checkout@v1 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: - node-version: 15 + node-version: 16 cache: "pnpm" # pnpm stuff diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4b2aac..b5df659 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: - uses: actions/checkout@v1 - uses: pnpm/action-setup@v2 with: - version: 7 + version: 8 - uses: actions/setup-node@v3 with: - node-version: 15 + node-version: 16 cache: "pnpm" # pnpm stuff