Skip to content

Commit 3652f6e

Browse files
committed
fix: update node version to 20.18.1
1 parent 7bb8ef9 commit 3652f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: '18.12.1'
32+
node-version: '20.18.1'
3333

3434
- name: Insall dependencies
3535
run: npm install

0 commit comments

Comments
 (0)