Update Node.js to 20.x in Dockerfile (#6099)

* Update Node.js to 20.x in Dockerfile

* Update Node.js types and engines entry to 20.x

* Update Node.js version in .nvmrc

* Use node version from .nvmrc in linting job

* Use Type Assertion for clearTimeout
This commit is contained in:
Trivikram Kamat
2024-11-11 10:58:22 -08:00
committed by GitHub
parent 9e1a16686a
commit 7008f61ea4
6 changed files with 23 additions and 37 deletions
+4
View File
@@ -16,6 +16,10 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install node
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- name: Yarn install
uses: Wandalen/wretry.action@master
with: