From 1d3a3748456768645332d14cb7557198631e262a Mon Sep 17 00:00:00 2001 From: Napoleon-Christos Oikonomou Date: Sat, 7 Jan 2023 21:48:04 +0200 Subject: [PATCH] update action --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e16e96a..6ebc41c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - name: ⬇️ Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: ⎔ Setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: npm - name: 📥 Download deps