From 9c3e57d5fc50939af9df225d208bc652fa3811a3 Mon Sep 17 00:00:00 2001 From: Ercode Techoglu Date: Tue, 28 May 2024 01:40:30 +0300 Subject: [PATCH] github actions: upgrade to node 20 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67ddf05..eb741bc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: "18" + node-version: "20" - run: corepack enable - run: yarn install # - run: ./scripts/create-test-env.sh