Skip to content

Commit 6ce0ef2

Browse files
committed
Pin Node version temporarily to v12
1 parent 5c2b09a commit 6ce0ef2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deployment.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v2
23+
- uses: actions/setup-node@v1
24+
with:
25+
node-version: 12
2326
- run: npm install
2427
- run: npm test # This includes the build
2528
- uses: fregante/daily-version-action@v1

0 commit comments

Comments
 (0)