[READ-ONLY] Mirror of https://github.com/bombshell-dev/automation. GitHub Actions for the Bombshell organization
ci
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: update node versions

Nate Moore (Mar 30, 2025, 11:11 PM -0500) 5e85e1ec d51d6068

+6 -3
+1
.github/workflows/format.yml
··· 40 40 uses: actions/setup-node@v4 41 41 with: 42 42 node-version: 22 43 + registry-url: https://registry.npmjs.org/ 43 44 cache: "pnpm" 44 45 45 46 - name: Install dependencies
+2
.github/workflows/mergebot.yml
··· 55 55 uses: actions/setup-node@v4 56 56 with: 57 57 node-version: 22 58 + registry-url: https://registry.npmjs.org/ 59 + cache: "pnpm" 58 60 59 61 - id: message 60 62 name: Format Discord message
+1 -1
.github/workflows/preview.yml
··· 44 44 - name: Setup Node 45 45 uses: actions/setup-node@v4 46 46 with: 47 - node-version: 20 47 + node-version: 22 48 48 registry-url: https://registry.npmjs.org/ 49 49 cache: "pnpm" 50 50
+1 -1
.github/workflows/publish.yml
··· 37 37 - name: Setup Node 38 38 uses: actions/setup-node@v4 39 39 with: 40 - node-version: 20 40 + node-version: 22 41 41 registry-url: https://registry.npmjs.org/ 42 42 cache: "pnpm" 43 43
+1 -1
.github/workflows/run.yml
··· 38 38 - name: Setup Node 39 39 uses: actions/setup-node@v4 40 40 with: 41 - node-version: 20 41 + node-version: 22 42 42 registry-url: https://registry.npmjs.org/ 43 43 cache: "pnpm" 44 44