Skip to content

Commit

Permalink
fix: pipeline node version
Browse files Browse the repository at this point in the history
  • Loading branch information
BCsabaEngine committed Aug 17, 2024
1 parent c2c5c03 commit d2c1d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.13.1'
node-version: '20.16.0'

- run: npm ci
- run: npm run format:check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.13.1'
node-version: '20.16.0'

- run: npm ci
- run: npm run format:check
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.13.1'
node-version: '20.16.0'
registry-url: 'https://registry.npmjs.org'
- run: npm ci
- run: npm run build
Expand Down

0 comments on commit d2c1d3d

Please sign in to comment.