From ee3314afa07066e1509865ed08c743bcd3f5dc55 Mon Sep 17 00:00:00 2001 From: BART! Date: Thu, 17 Nov 2022 11:20:07 +0100 Subject: [PATCH] chore(deploy): update deps --- .github/workflows/main.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d780e06..ccf9bc7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4f4cb12..c3c5b21 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,13 +8,13 @@ jobs: steps: - uses: actions/checkout@master - - name: Use Node.js 16 + - name: Use Node.js 18 uses: actions/setup-node@master with: - node-version: 16 + node-version: 18 - name: Cache node modules - uses: actions/cache@v1 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: