Skip to content

Commit

Permalink
Upgrade the stylelint-annotation action in the github-actions pac…
Browse files Browse the repository at this point in the history
…kage to use Node.js v20.
  • Loading branch information
eason9487 committed Apr 24, 2024
1 parent c66a259 commit 7fed7ba
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
stylelint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- uses: woocommerce/grow/stylelint-annotation@actions-v1
- uses: woocommerce/grow/stylelint-annotation@actions-v2
with:
formatter-dest: "./my-formatter.cjs"
- run: stylelint --custom-formatter ./my-formatter.cjs "**/*.css"
Expand Down

0 comments on commit 7fed7ba

Please sign in to comment.