Update .gitea/workflows/golang.yml

This commit is contained in:
2025-08-01 12:09:52 +07:00
parent f5e2bc151b
commit 808debb432

View File

@@ -33,9 +33,10 @@ jobs:
echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519 echo "${{ secrets.SSH_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519 chmod 600 ~/.ssh/id_ed25519
- name: Checkout dir - name: Setup SSH key
run: | run: |
ls -la curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && apt-get install -y nodejs
node -v && npm -v
- name: Checkout code (with actions) - name: Checkout code (with actions)
uses: actions/checkout@v3 uses: actions/checkout@v3