We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa1834 commit 3df5343Copy full SHA for 3df5343
1 file changed
.github/workflows/main.yaml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v3
12
- uses: actions/setup-node@v3
13
with:
14
- node-version: 18
+ node-version: 20
15
- name: Install deps
16
run: yarn install --network-concurrency 1
17
- name: Build project
@@ -24,4 +24,4 @@ jobs:
24
SOURCE: 'build/'
25
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
26
REMOTE_USER: ${{ secrets.REMOTE_USER }}
27
- TARGET: '~/emr-doc'
+ TARGET: '~/emr-doc'
0 commit comments