Skip to content

Commit 3df5343

Browse files
committed
update nodejs for CI
1 parent 1fa1834 commit 3df5343

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 18
14+
node-version: 20
1515
- name: Install deps
1616
run: yarn install --network-concurrency 1
1717
- name: Build project
@@ -24,4 +24,4 @@ jobs:
2424
SOURCE: 'build/'
2525
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
2626
REMOTE_USER: ${{ secrets.REMOTE_USER }}
27-
TARGET: '~/emr-doc'
27+
TARGET: '~/emr-doc'

0 commit comments

Comments
 (0)