Skip to content

Commit 072573f

Browse files
committed
try newer version of CI runners
1 parent ea6d729 commit 072573f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Setup Node.js
17-
uses: actions/setup-node@v2
17+
uses: actions/setup-node@v3
1818
with:
19-
node-version: 20 # Change this to your desired Node.js version
19+
node-version: "20.x" # Change this to your desired Node.js version
2020

2121
- name: Install pnpm
2222
run: npm install -g pnpm
2323

24-
- name: Build UI
25-
working-directory: ui
26-
run: |
27-
pnpm install
28-
pnpm build
24+
# - name: Build UI
25+
# working-directory: ui
26+
# run: |
27+
# pnpm install
28+
# pnpm build
2929

3030
- name: Build API
3131
working-directory: api

0 commit comments

Comments
 (0)