Skip to content

Commit

Permalink
Upgrade npm to 22.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyavskiy committed May 20, 2024
1 parent 43c7847 commit 67f53b0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-admin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
version: 8.15.6
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
- name: "Install dependencies"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-overlay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
version: 8.15.6
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'
- run: echo "::add-matcher::.github/problem-matchers.json"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/package-lock.json'
- uses: actions/setup-java@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
version: 8.15.6
- uses: actions/setup-node@v3
with:
node-version: '20'
node-version: '22'
cache: 'pnpm'
cache-dependency-path: 'src/frontend/pnpm-lock.yaml'

Expand Down
2 changes: 1 addition & 1 deletion src/frontend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

node {
version.set("20.11.0")
version.set("22.2.0")
download.set(rootProject.findProperty("npm.download") == "true")
}

Expand Down

0 comments on commit 67f53b0

Please sign in to comment.