Skip to content

build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 in /packages #1480

build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 in /packages

build(deps-dev): bump @rollup/plugin-node-resolve from 15.3.1 to 16.0.0 in /packages #1480

Workflow file for this run

name: Build Web
on:
push:
branches: ["master", "web-prod"]
pull_request:
branches: ["master"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: ".node-version"
- name: Retrieve version after install
id: nodenv
run: echo "node-version=$(node -v | sed 's/^v//')" >> $GITHUB_OUTPUT
- uses: redhat-actions/buildah-build@v2
with:
image: web
layers: false
containerfiles: |
Dockerfile
build-args: NODE_VERSION=${{ steps.nodenv.outputs.node-version }}-slim