Skip to content

Commit fe9ec50

Browse files
author
Robert Jackson
committed
Use volta to pin node/yarn.
1 parent f051d88 commit fe9ec50

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: volta-cli/action@v1
18-
with:
19-
node-version: 10.x
2018
- run: yarn install --frozen-lockfile
2119
- run: yarn lint
2220
- run: yarn test:ember
@@ -28,8 +26,6 @@ jobs:
2826
steps:
2927
- uses: actions/checkout@v2
3028
- uses: volta-cli/action@v1
31-
with:
32-
node-version: 10.x
3329
- run: yarn install --no-lockfile
3430
- run: yarn test:ember
3531

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,9 @@
127127
"release": true,
128128
"tokenRef": "GITHUB_AUTH"
129129
}
130+
},
131+
"volta": {
132+
"node": "10.23.0",
133+
"yarn": "1.22.10"
130134
}
131135
}

0 commit comments

Comments
 (0)