mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
update node version to 22.13.1
This commit is contained in:
parent
c44392bcd6
commit
eb993cf030
4
.github/workflows/test-build.yml
vendored
4
.github/workflows/test-build.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
|
||||
|
||||
- name: Setup Node 20
|
||||
- name: Setup Node 22.13.1
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22.13.1'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
4
.github/workflows/test-lint.yml
vendored
4
.github/workflows/test-lint.yml
vendored
@ -10,10 +10,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
|
||||
|
||||
- name: Setup Node 20
|
||||
- name: Setup Node 22.13.1
|
||||
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.0.3
|
||||
with:
|
||||
node-version: '20'
|
||||
node-version: '22.13.1'
|
||||
|
||||
- name: npm-install
|
||||
run: npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user