mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(actions): use latest Node version
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9807c2d1cb
commit
dc790964f3
2
.github/workflows/node-maintenance.yml
vendored
2
.github/workflows/node-maintenance.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
|
||||
- name: Regenerate package-lock.json
|
||||
run: make -C ui npm-upgrade
|
||||
|
||||
2
.github/workflows/node-version.yml
vendored
2
.github/workflows/node-version.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
|
||||
- name: Regenerate ui package-lock.json
|
||||
run: cd ui && npm i
|
||||
|
||||
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
@@ -126,7 +126,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
@@ -162,7 +162,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
@@ -195,7 +195,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
@@ -351,7 +351,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
@@ -403,7 +403,7 @@ jobs:
|
||||
- name: Set up Node JS
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22.8.0
|
||||
node-version: 22.9.0
|
||||
cache: "npm"
|
||||
cache-dependency-path: "ui/package-lock.json"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user