Skip to content

Update year in license file to 2024 #64

Update year in license file to 2024

Update year in license file to 2024 #64

Workflow file for this run

on: [push, pull_request,repository_dispatch]
defaults:
run:
shell: bash
jobs:
nodejs:
name: NodeJS
runs-on: macos-latest
env:
GEN: ninja
steps:
- name: Install Ninja
run: brew install ninja
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: Update DuckDB submodule
run: |
git config --global --add safe.directory '*'
make pull
- name: Install Node
run: |
cd duckdb
source scripts/install_node.sh 16
- name: Build & Test
run: |
make test_debug_js