forked from n8n-io/n8n
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from eyaljoyous/dev
Dev -> Master
- Loading branch information
Showing
33 changed files
with
404 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,10 +14,10 @@ jobs: | |
|
||
- uses: pnpm/[email protected] | ||
|
||
- name: Use Node.js 16 | ||
- name: Use Node.js 18 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
cache: pnpm | ||
|
||
- name: Install dependencies | ||
|
@@ -34,7 +34,7 @@ jobs: | |
/github/home/.pnpm-store | ||
./node_modules | ||
./packages | ||
key: ${{ github.sha }}-base:16.18.1-test-lint | ||
key: ${{ github.sha }}-base:18-test-lint | ||
|
||
unit-test: | ||
name: Unit tests | ||
|
@@ -54,14 +54,14 @@ jobs: | |
/github/home/.pnpm-store | ||
./node_modules | ||
./packages | ||
key: ${{ github.sha }}-base:16.18.1-test-lint | ||
key: ${{ github.sha }}-base:18-test-lint | ||
|
||
- uses: pnpm/[email protected] | ||
|
||
- name: Use Node.js 16 | ||
- name: Use Node.js 18 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
cache: pnpm | ||
|
||
- name: Test | ||
|
@@ -90,14 +90,14 @@ jobs: | |
/github/home/.pnpm-store | ||
./node_modules | ||
./packages | ||
key: ${{ github.sha }}-base:16.18.1-test-lint | ||
key: ${{ github.sha }}-base:18-test-lint | ||
|
||
- uses: pnpm/[email protected] | ||
|
||
- name: Use Node.js 16 | ||
- name: Use Node.js 18 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
cache: pnpm | ||
|
||
- name: Fetch base branch for `git diff` | ||
|
@@ -109,13 +109,12 @@ jobs: | |
run: pnpm lint | ||
|
||
smoke-test: | ||
name: E2E [Electron/Node 16] | ||
name: E2E [Electron/Node 18] | ||
uses: ./.github/workflows/e2e-reusable.yml | ||
with: | ||
branch: ${{ github.event.pull_request.base.ref }} | ||
user: ${{ github.event.inputs.user || 'PR User' }} | ||
spec: ${{ github.event.inputs.spec || 'e2e/0-smoke.cy.ts' }} | ||
run-env: browsers:node16.18.0-chrome107-ff106-edge | ||
record: false | ||
parallel: false | ||
pr_number: ${{ github.event.number }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,11 +12,12 @@ jobs: | |
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: release-v1 | ||
|
||
- uses: pnpm/[email protected] | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
- run: npm install --prefix=.github/scripts --no-package-lock | ||
|
||
- name: Bump package versions to 1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ on: | |
options: | ||
- patch | ||
- minor | ||
- major | ||
|
||
jobs: | ||
create-release-pr: | ||
|
@@ -42,7 +43,7 @@ jobs: | |
- uses: pnpm/[email protected] | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
- run: npm install --prefix=.github/scripts --no-package-lock | ||
|
||
- name: Bump package versions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
- uses: pnpm/[email protected] | ||
- uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
node-version: 18.x | ||
cache: 'pnpm' | ||
- run: pnpm install --frozen-lockfile | ||
|
||
|
@@ -55,12 +55,12 @@ jobs: | |
continue-on-error: true | ||
run: curl -u docsWorkflows:${{ secrets.N8N_WEBHOOK_DOCS_PASSWORD }} --request GET 'https://internal.users.n8n.cloud/webhook/trigger-release-note' --header 'Content-Type:application/json' --data '{"version":"${{env.RELEASE}}"}' | ||
|
||
- name: Merge Release into 'master' | ||
run: | | ||
git fetch origin | ||
git checkout --track origin/master | ||
git config user.name "Jan Oberhauser" | ||
git config user.email [email protected] | ||
git merge --ff n8n@${{env.RELEASE}} | ||
git push origin master | ||
git push origin :${{github.event.pull_request.base.ref}} | ||
# - name: Merge Release into 'master' | ||
# run: | | ||
# git fetch origin | ||
# git checkout --track origin/master | ||
# git config user.name "Jan Oberhauser" | ||
# git config user.email [email protected] | ||
# git merge --ff n8n@${{env.RELEASE}} | ||
# git push origin master | ||
# git push origin :${{github.event.pull_request.base.ref}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.