Skip to content

Commit 4787857

Browse files
committed
maybe corrected
1 parent 443d942 commit 4787857

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- uses: actions/setup-node@v1
1717
with:
1818
node-version: '12'
19-
- run: npm install -g coffee-script
20-
- run: npm ci
19+
# - run: npm install -g coffee-script
20+
# - run: npm ci
2121
- name: env_variables
2222
id: env-variables
23-
run: echo "::set-output name=version::$(node -e 'console.log(require(\'./package.json').version);\')"|
23+
run: echo "::set-output name=version::$(node -e "console.log(require('./package.json').version);")"
2424
- name: test_env
2525
env:
2626
YAKYAK_TMP: ${{ steps.env-variables.env.YAKYAK_VERSION }}

0 commit comments

Comments
 (0)