Skip to content

Commit

Permalink
Merge pull request #1245 from cylc/prepare-1.5.0
Browse files Browse the repository at this point in the history
auto-publish: pin node to v16
  • Loading branch information
MetRonnie committed Feb 20, 2023
2 parents 9fbf25c + 577a324 commit 2907d64
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/auto_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
ref: ${{ env.MERGE_SHA }}

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install
run: yarn install

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.5.0",
"private": true,
"license": "GPL-3.0-only",

"scripts": {
"build": "vue-cli-service build",
"build:report": "vue-cli-service build --report",
Expand All @@ -20,6 +21,7 @@
"test:unit": "vue-cli-service test:unit",
"test": "yarn run test:unit || exit 1; yarn run coverage:e2e --headless"
},

"dependencies": {
"@apollo/client": "^3.5.8",
"@hpcc-js/wasm": "1.13",
Expand Down Expand Up @@ -48,6 +50,7 @@
"vuetify": "^2.6.10",
"vuex": "^3.6.2"
},

"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.16.5",
Expand Down

0 comments on commit 2907d64

Please sign in to comment.