From 403358bccd8aa1c99945ae8dc46cb2ffa85bd607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Tsnobiladz=C3=A9?= Date: Mon, 6 Jan 2025 12:18:50 +0100 Subject: [PATCH] update actions --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 34acf68..9dd078d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [16.x] + node-version: [22.x] # Windows disabled for now, work it out later platform: [macos-latest, ubuntu-latest] @@ -20,12 +20,12 @@ jobs: run: | git config --global core.autocrlf input - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: ".yarn/cache" key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}