Skip to content

Commit

Permalink
update node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Di Lillo committed Nov 16, 2024
1 parent dd388a1 commit fe9528c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minify-css.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Or your preferred version
node-version: '16' # Or your preferred version

- name: Install clean-css-cli
run: npm install clean-css-cli -g
Expand Down

0 comments on commit fe9528c

Please sign in to comment.