Skip to content

Commit

Permalink
fix(ui): pipeline nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-segning committed Jul 22, 2024
1 parent 4a196e0 commit b0e1e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
- name: Use Node.js 22.x
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 22.x
cache: 'npm'
- run: yarn install --frozen-lockfile
- run: yarn stylelint:actions
Expand Down

0 comments on commit b0e1e3c

Please sign in to comment.