From 66631666144a34d6afda41ca10fc1705a39caaec Mon Sep 17 00:00:00 2001 From: Konrad Ryczko Date: Sat, 29 Apr 2023 11:51:07 +0200 Subject: [PATCH] Fix/Remove Node v16 from github actions (#147) --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1c447f35..67b1332c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview'}} strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x] env: CI: 1 NEXT_PUBLIC_API_KEY: ${{ secrets.NEXT_PUBLIC_API_KEY }}