Skip to content

Commit

Permalink
Fix actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
akanuri9 committed Apr 5, 2024
1 parent a2a8b44 commit c61e435
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Dependencies
Expand All @@ -25,11 +25,12 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
needs: code-quality-check
steps:
- name: Checkout
uses: actions/checkout@4
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install Dependencies
Expand Down

0 comments on commit c61e435

Please sign in to comment.