Skip to content

Bump webpack from 4.46.0 to 5.94.0 in /example #1044

Bump webpack from 4.46.0 to 5.94.0 in /example

Bump webpack from 4.46.0 to 5.94.0 in /example #1044

Workflow file for this run

name: Bindings
on:
pull_request:
push:
branches:
- master
jobs:
build:
name: Bindings
runs-on: ubuntu-latest
defaults:
run:
working-directory: packages/rescript-relay
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
env:
CI: true
- name: Install esy
run: npm install -g esy
- name: Build PPX
uses: esy/github-action@6863524ed7748e7882e317e31ac2b8b107011744
with:
cache-key: ${{ hashFiles('esy.lock/index.json') }}
working-directory: packages/rescript-relay/rescript-relay-ppx
- name: Install
run: |
yarn --frozen-lockfile
- name: Build
run: |
yarn build
- name: Test
run: |
yarn test:ci