Skip to content

Commit af577f9

Browse files
committed
feat: add github action
1 parent 7b86af9 commit af577f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup Node.js
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
23-
node-version: '16' # Update this to match your project's Node version
23+
node-version: '20' # Updated to match project's Node version requirements
2424
cache: 'npm'
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)