Skip to content

Commit

Permalink
Merge ; commit '3703b43d736336920fc43604bc56610e251cb24a'
Browse files Browse the repository at this point in the history
Conflicts:
	wrangler.toml
  • Loading branch information
Jeverett3000 committed Nov 5, 2022
2 parents 40f7040 + 3703b43 commit cbe1b3e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node.js CI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
4 changes: 4 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ type = "webpack"
account_id ="67b8bf6d8ad4f483905e8328b8a1ab00"
zone_id = "6906cd55c4af2e5b9dbd592922c66f96"
route = "my-worker.everettjennifer3000.workers.dev"
account_id = "67b8bf6d8ad4f483905e8328b8a1ab00"
zone_id = "6d02ccd4387366f9490f8d7a2e77efcc"
route = "https://workers-graphql-server.everettjennifer3000.workers.dev"
api_key = "5LgipHHJYk1wtKlf-uBuB-TRHtMdTthYYTMGSqAq"

workers_dev = true
webpack_config = "webpack.config.js"
Expand Down

0 comments on commit cbe1b3e

Please sign in to comment.