Skip to content

Commit

Permalink
lock node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkhang1999 committed Nov 11, 2024
1 parent b50b7d8 commit 35fbfc9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.16.0'

- name: Install dependencies
run: npm install

Expand Down

0 comments on commit 35fbfc9

Please sign in to comment.