Skip to content

build(deps): bump @remix-run/server-runtime from 1.17.1 to 1.18.0 #812

build(deps): bump @remix-run/server-runtime from 1.17.1 to 1.18.0

build(deps): bump @remix-run/server-runtime from 1.17.1 to 1.18.0 #812

Workflow file for this run

name: CI Test
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: '18.x'
- run: npm ci
- run: yarn build