From cd783f351235d33db8df55814447501498ee13a3 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 10 Sep 2023 19:34:24 +0000 Subject: [PATCH] Update .gitea/workflows/test.yaml --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 57147471..c4cc0203 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: https://github.com/actions/setup-node@v3 + - uses: actions/setup-node@v3 with: node-version: 18 - name: install necessary tools