Skip to content

Create deploy.yml#10

Open
hirushanirmal2010319-commits wants to merge 1 commit into
wecodewehack:mainfrom
hirushanirmal2010319-commits:patch-1
Open

Create deploy.yml#10
hirushanirmal2010319-commits wants to merge 1 commit into
wecodewehack:mainfrom
hirushanirmal2010319-commits:patch-1

Conversation

@hirushanirmal2010319-commits
Copy link
Copy Markdown

name: Node.js cl

no:
push:
branches:

  • main
    pull_request:
    branches:
  • main

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [20.x]

steps:
 - name: checkout repository
   uses: actions/checkout@v3

 - name: set up Node.js
   uses: action/setup-node@v3
   with:
     node-version: ${{ matrix.node-version }}

  - name: install dependencies
    run: npm install

  - name: start application
    run: npm start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant