Skip to content

build(deps): bump node from 21-alpine3.18 to 22-alpine3.18 #286

build(deps): bump node from 21-alpine3.18 to 22-alpine3.18

build(deps): bump node from 21-alpine3.18 to 22-alpine3.18 #286

Workflow file for this run

name: Build Vesta
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 21.x]
steps:
- uses: actions/[email protected]
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "pnpm"
- run: pnpm install
- run: pnpm check
- run: pnpm build