This commit is contained in:
David Taylor 2023-11-27 15:08:13 +00:00
parent d4de1637e8
commit 26bd8e36d9
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
cd app/assets/javascripts/discourse
yarn install
- name: "Check ember version"
shell: node {0}
shell: yarn node {0}
working-directory: app/assets/javascripts/discourse
run: |
const version = require("ember-source/package.json").version;