Skip to content

Commit db8a41f

Browse files
committed
ci: fix version
1 parent 5036b47 commit db8a41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildapp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v2
2020

2121
- name: Install Node.js, NPM and Yarn
22-
uses: actions/setup-node@v2
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: '20'
2525
cache: 'yarn'

0 commit comments

Comments
 (0)