Skip to content

Commit

Permalink
Build and Test komiser with node v20 (#1274)
Browse files Browse the repository at this point in the history
Co-authored-by: Azanul Haque <[email protected]>
  • Loading branch information
shivam-sharma7 and Azanul authored Dec 18, 2023
1 parent 07f5207 commit 0509fec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "dashboard/package-lock.json"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hacktoberfest-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Comment on PR
if: ${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'hacktoberfest-accepted') }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
build_frontend:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "dashboard/package-lock.json"

Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_frontend
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
PURPLIN_BOT: ${{ secrets.PURPLIN_BOT }}
DISCORD_FEEDBACK_URL: ${{ secrets.DISCORD_FEEDBACK_URL }}

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: tailwarden/helm
ref: master
Expand Down

0 comments on commit 0509fec

Please sign in to comment.