2
1
mirror of https://github.com/Thream/file-uploads-api.git synced 2024-07-06 21:00:10 +02:00

ci: update Node.js to v18

This commit is contained in:
Divlo 2023-04-02 23:41:53 +02:00
parent 4bfe1e3ce6
commit 568d4a95a3
No known key found for this signature in database
GPG Key ID: 8F9478F220CE65E9
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v3.6.0'
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- name: 'Install'

View File

@ -15,7 +15,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v3.6.0'
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- name: 'Install'

View File

@ -23,7 +23,7 @@ jobs:
- name: 'Use Node.js'
uses: 'actions/setup-node@v3.6.0'
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- name: 'Install'