Skip to content

Commit

Permalink
update woodpecker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mlvieras committed Nov 13, 2024
1 parent 4aa6615 commit 2a7b792
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
node-version: 22.8.0
cache: npm

- name: Update NPM
run: npm i -g [email protected]

- name: Install dependencies
run: npm ci

Expand Down
2 changes: 1 addition & 1 deletion .woodpecker/.frontend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline:
setup:
<<: *common
commands:
- npm i -g npm@10.8.2
- npm i -g npm@10.9.0
- npm ci --prefer-offline --engine-strict
js-prettier:
<<: *common
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## Contributing to this Boilerplate

Make sure you have the appropriate version of Node (22.8.0) and NPM (10.8.2) installed.
Make sure you have the appropriate version of Node (22.8.0) and NPM (10.9.0) installed.

Then install the required packages:

Expand Down

0 comments on commit 2a7b792

Please sign in to comment.