Skip to content

Commit 2907d64

Browse files
authored
Merge pull request #1245 from cylc/prepare-1.5.0
auto-publish: pin node to v16
2 parents 9fbf25c + 577a324 commit 2907d64

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/auto_publish_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
with:
2727
ref: ${{ env.MERGE_SHA }}
2828

29+
- name: Setup Node
30+
uses: actions/setup-node@v3
31+
with:
32+
node-version: 16
33+
2934
- name: Install
3035
run: yarn install
3136

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.5.0",
44
"private": true,
55
"license": "GPL-3.0-only",
6+
67
"scripts": {
78
"build": "vue-cli-service build",
89
"build:report": "vue-cli-service build --report",
@@ -20,6 +21,7 @@
2021
"test:unit": "vue-cli-service test:unit",
2122
"test": "yarn run test:unit || exit 1; yarn run coverage:e2e --headless"
2223
},
24+
2325
"dependencies": {
2426
"@apollo/client": "^3.5.8",
2527
"@hpcc-js/wasm": "1.13",
@@ -48,6 +50,7 @@
4850
"vuetify": "^2.6.10",
4951
"vuex": "^3.6.2"
5052
},
53+
5154
"devDependencies": {
5255
"@babel/core": "^7.14.8",
5356
"@babel/eslint-parser": "^7.16.5",

0 commit comments

Comments
 (0)