Skip to content

Bump node from 22.17-alpine to 25.3-alpine (#151) #188

Bump node from 22.17-alpine to 25.3-alpine (#151)

Bump node from 22.17-alpine to 25.3-alpine (#151) #188

Workflow file for this run

name: "⌛️ Build"
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: 📚 checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
- name: 🟢 node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: 20
registry-url: https://registry.npmjs.org
- name: ⌛️ Resolve Dependencies
run: npm ci
- name: 🔨 Build
run: npm run build