Skip to content

Commit

Permalink
adjust node version
Browse files Browse the repository at this point in the history
  • Loading branch information
muriukialex committed Feb 16, 2024
1 parent c852b73 commit ebf9d54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.12.1
node-version: 18.17.0
- name: Install Dependencies
run: npm install
- name: Code Format
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.12.1
node-version: 18.17.0
- name: Clear npm cache
run: npm cache clean -f
- name: Delete node_modules and package-lock.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.12.1
node-version: 18.17.0
- name: Install Dependencies
run: npm install
- name: Code Format
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: 18.12.1
node-version: 18.17.0
- name: Clear npm cache
run: npm cache clean -f
- name: Delete node_modules and package-lock.json
Expand Down

0 comments on commit ebf9d54

Please sign in to comment.