Skip to content

Commit

Permalink
Merge pull request #41 from happyprime/repo-sync/projects/default
Browse files Browse the repository at this point in the history
Update: synced file(s) with happyprime/projects
  • Loading branch information
jeremyfelt authored Nov 17, 2023
2 parents f7c1e66 + e6ba284 commit aacd7f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/verify-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Node.js CI
# This file is managed in https://github.com/happyprime/projects
name: Verify build (Node 18)

on: [ pull_request ]

Expand All @@ -25,7 +26,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: 'npm'

- name: Verify Node dependency cache
Expand Down Expand Up @@ -60,7 +61,7 @@ jobs:
- name: Comment on pull request
if: failure()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const output = `Changed files were detected after build. Please run project build workflows and check \`git status\` for any missed changes.
Expand Down

0 comments on commit aacd7f4

Please sign in to comment.