From f9c82ae2e2ac6de42dac9758625775dad45e1e3f Mon Sep 17 00:00:00 2001 From: Kir_Antipov Date: Fri, 12 Jan 2024 11:32:18 +0000 Subject: [PATCH] Updated the workflow --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e15fbee..4f4643c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Node.js v16 - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 16 @@ -20,5 +20,3 @@ jobs: - name: Execute tests run: npm run test - env: - CURSEFORGE_TOKEN: ${{ secrets.CURSEFORGE_TOKEN }}