From 8a7b9692a04e33502aa45b77274aa1232ca81cf1 Mon Sep 17 00:00:00 2001 From: joaq cid Date: Tue, 2 Jul 2024 14:41:48 -0300 Subject: [PATCH] chore: github actions --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 4819074..9e35282 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: - node-version: '14' + node-version: '18.x' - name: Get yarn cache directory path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"