Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Apr 27, 2024
1 parent 4fb7cea commit e97ec88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
version:
release:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 15 ]
node-version: [ 20.12.2 ]
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
Expand Down

0 comments on commit e97ec88

Please sign in to comment.