Skip to content

Commit

Permalink
Merge pull request #124 from hafizdkren/master
Browse files Browse the repository at this point in the history
chore(ci): Changing several configuration to making GH Action working to making new release
  • Loading branch information
SadeghHayeri authored Jan 4, 2022
2 parents 7d892dc + f26689b commit b4ef6ea
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish-npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
Expand Down Expand Up @@ -69,10 +69,10 @@ jobs:
runs-on: macOS-latest
needs: [publish-npm]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install Dependencies
working-directory: ./gui
Expand Down Expand Up @@ -110,10 +110,10 @@ jobs:
runs-on: windows-latest
needs: [publish-npm]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Update GreenTunnel Core
working-directory: ./gui
Expand Down Expand Up @@ -147,10 +147,10 @@ jobs:
runs-on: ubuntu-latest
needs: [publish-npm]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12
node-version: 16

- name: Install Dependencies
working-directory: ./gui
Expand Down

0 comments on commit b4ef6ea

Please sign in to comment.