Skip to content

Commit e9e5807

Browse files
committed
update node version in production environment to 20
1 parent b730b22 commit e9e5807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Node
3434
uses: actions/setup-node@v3
3535
with:
36-
node-version: 18
36+
node-version: 20
3737
cache: 'npm'
3838
- name: Install dependencies
3939
run: npm install

0 commit comments

Comments
 (0)