From 26857ef8d56b35f710c9fa68052f2af57669f8aa Mon Sep 17 00:00:00 2001 From: morbalint Date: Mon, 4 Mar 2024 23:32:37 +0100 Subject: [PATCH] ci: chore update setup node --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5084291..7ffb8c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js 18.x - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 18.x - name: Cache NPM packages