chore: use node 18

This commit is contained in:
mathuo 2023-10-22 13:35:35 +01:00
parent dc50d4e2ac
commit c104503d62
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
2 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ jobs:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: '16.x' node-version: '18.x'
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with:

View File

@ -12,9 +12,9 @@ jobs:
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v3
with: with:
node-version: '16.x' node-version: '18.x'
- uses: actions/cache@v3 - uses: actions/cache@v3
with: with: