Updated node to v18

This commit is contained in:
Martin Berg Alstad 2023-02-09 21:05:57 +01:00 committed by GitHub
parent 2f6ab5e0ce
commit 395a22dcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 18
- name: Install dependencies
uses: bahmutov/npm-install@v1