From 233a708da985ba4ad0332cefa43c754d5b00c8da Mon Sep 17 00:00:00 2001 From: ChrisUser Date: Tue, 31 Dec 2024 16:55:16 +0100 Subject: [PATCH] ci: update workflow --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a26de30..73a597d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,9 +21,9 @@ jobs: node-version: [20.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - name: Setup Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} cache: 'npm' @@ -42,6 +42,8 @@ jobs: steps: - name: Check out repository code uses: actions/checkout@v4 + with: + token: ${{ env.GITHUB_TOKEN }} - uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }}