Skip to content

chore(deps): bump next from 13.2.1 to 14.2.10 #99

chore(deps): bump next from 13.2.1 to 14.2.10

chore(deps): bump next from 13.2.1 to 14.2.10 #99

Workflow file for this run

name: e2e-exports
on:
push:
jobs:
e2e-exports:
if: "!contains(toJSON(github.event.commits.*.message), '[skip ci]')"
runs-on: ubuntu-latest
env:
DEBUG: currents:*
strategy:
matrix:
node-version: ["20", "18", "16"]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install npm (node14)
run: npm install -g [email protected]
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Link monorepo packages
run: npm install
- name: Test Exports
working-directory: ./e2e/exports
run: |
npm run testexports