Skip to content

Commit

Permalink
chore(ci): bump setup-node to v4.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Nov 26, 2024
1 parent f87ef67 commit bf94119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code-linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v4.1.0
with:
node-version: 20.x
cache: 'pnpm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
version: 9
- name: Install Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@v4.1.0
with:
cache-dependency-path: ./pnpm-lock.yaml
node-version: 20.x
Expand Down

0 comments on commit bf94119

Please sign in to comment.