diff --git a/.env b/.env index c1ffb2c11..f761c02cf 100644 --- a/.env +++ b/.env @@ -1,2 +1,3 @@ # create your own API KEY at https://aistudio.google.com/apikey -#REACT_APP_GEMINI_API_KEY='' +#REACT_APP_GEMINI_API_KEY='AIzaSyD3ybpdeky_V3bsLKgQEdfpyiZB7l0S2c0' +REACT_APP_GEMINI_API_KEY='AIzaSyD3ybpdeky_V3bsLKgQEdfpyiZB7l0S2c0' diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml new file mode 100644 index 000000000..9626ff6d3 --- /dev/null +++ b/.github/workflows/webpack.yml @@ -0,0 +1,28 @@ +name: NodeJS with Webpack + +on: + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + +jobs: + build: + runs-on: ubuntu-latest + + strategy: + matrix: + node-version: [18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v4 + + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + + - name: Build + run: | + npm install + npx webpack