Bump node version to 22.12.0

This commit is contained in:
freearhey 2024-12-05 14:24:03 +03:00
parent f38cd8ab51
commit b50c01e65c
4 changed files with 13 additions and 8 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: '18.18.2'
node-version: '22.12.0'
cache: 'npm'
- uses: tj-actions/changed-files@v35
id: files

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: '18.18.2'
node-version: '22.12.0'
cache: 'npm'
- name: install dependencies
run: npm install

View file

@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-node@v3
if: ${{ !env.ACT }}
with:
node-version: '18.18.2'
node-version: '22.12.0'
cache: 'npm'
- name: install dependencies
run: npm install