/[sudobot]/trunk/.github/workflows/extensions.yml
ViewVC logotype

Diff of /trunk/.github/workflows/extensions.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 615 by rakinar2, Tue Aug 20 09:30:24 2024 UTC revision 616 by rakinar2, Thu Aug 29 12:36:37 2024 UTC
# Line 12  jobs: Line 12  jobs:
12      if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') )      if: github.event_name != 'push' || ( startsWith(github.event.head_commit.message, 'chore(extensions') || startsWith(github.event.head_commit.message, 'build(extensions') )
13    
14      steps:      steps:
15        - uses: actions/checkout@v3        - uses: actions/checkout@v4
16          with:          with:
17            submodules: "true"            submodules: "true"
18    
19        - name: Use Node.js 21.x        - name: Use Node.js 21.x
20          uses: actions/setup-node@v3          uses: actions/setup-node@v4
21          with:          with:
22            node-version: 21.x            node-version: 21.x
23    

Legend:
Removed from v.615  
changed lines
  Added in v.616

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26