Skip to content

Commit

Permalink
test version node en dur
Browse files Browse the repository at this point in the history
  • Loading branch information
MFrangi committed May 16, 2024
1 parent c41b8b7 commit 99f8f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: 20.13.1
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
Expand Down

0 comments on commit 99f8f28

Please sign in to comment.