Update to Node 18 (#550)

* update to Node 18 (latest LTS) and add .nvmrc for CLI instructions

* update vite to latest minor

* update github workflows to Node 18.x

---------

Co-authored-by: Mads Rasmussen <madsr@hey.com>
This commit is contained in:
Jacob Overgaard
2023-02-24 14:13:23 +01:00
committed by GitHub
parent 3816673a7c
commit 30189bc4ff
5 changed files with 19294 additions and 33684 deletions

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3

View File

@@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '18.x'
cache: 'npm'
- name: Install dependencies
run: npm ci