Skip to content

developed-by-abdiza is learning gtihub actions #2

developed-by-abdiza is learning gtihub actions

developed-by-abdiza is learning gtihub actions #2

Workflow file for this run

name: Test Work Flow
run-name: ${{github.actor}} is learning gtihub actions
on: [push]
jobs:
testing-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-version: "14"
- run: npm -v
- run: npm install -g pnpm
- run: pnpm -v