Update node to latest LTS

This commit is contained in:
Krishan
2024-05-14 14:12:26 +10:00
parent 61bf7a637e
commit 629196c414
2 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4.0.2
with:
node-version: 18.12.1
node-version: 20.12.2
cache: 'npm'
- name: Install Rust stable
uses: actions-rs/toolchain@v1.0.7