Skip to content

Commit

Permalink
Update nodejs-build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored Jan 18, 2025
1 parent 3ff2e2a commit 121e12d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/nodejs-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
name: Node.js Build Test

on:
push:
branches:
- "*"

pull_request:
workflow_dispatch:

Expand All @@ -12,12 +16,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
uses: actions/setup-node@v4

- name: Build web app
run: |
Expand Down

0 comments on commit 121e12d

Please sign in to comment.