Update Node.js to v20 (#345)

This commit is contained in:
Reece Dunham 2023-11-27 13:07:54 -05:00 committed by GitHub
parent 12b71d6461
commit 483256dbe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ env:
Build_task:
container:
image: node:18-slim
image: node:20-slim
Enable_Corepack_script:
- corepack enable
Yarn_cache:
@ -37,7 +37,7 @@ Build_task:
task:
container:
image: node:18-slim
image: node:20-slim
Enable_Corepack_script:
- corepack enable
Yarn_cache:

2
.nvmrc
View File

@ -1 +1 @@
v18.18.2
v20.10.0