Skip to content

Exporting & Importing data #12

Exporting & Importing data

Exporting & Importing data #12

Workflow file for this run

name: NodeJS with Webpack
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Build
env:
CI: false
run: |
yarn install
yarn run build