From 32e3a1b37118c5d5c97112f63f9e4d7c82cbaeed Mon Sep 17 00:00:00 2001 From: l4kr Date: Wed, 13 Sep 2023 14:41:12 +0200 Subject: [PATCH] acid testing --- .github/workflows/futon-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/futon-deploy.yaml b/.github/workflows/futon-deploy.yaml index 3ed265c..7c47268 100644 --- a/.github/workflows/futon-deploy.yaml +++ b/.github/workflows/futon-deploy.yaml @@ -10,11 +10,11 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: install Node.js - uses: actions/setup-node@v1 - with: node-version:14.x + uses: actions/setup-node@v3 + with: node-version:18 - name: Install dependencies run: npm install