Use Node.js 18 in CI

This commit is contained in:
Koen Kanters
2022-12-24 09:50:32 +01:00
parent 8d8c46ecae
commit 6d08a2f0f6
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
cache: 'npm'
- name: Install dependencies