Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
ci: 👷 force node@12 for build binaries x64
Browse files Browse the repository at this point in the history
BREAKING CHANGE: force node@12 for build binaries x64
  • Loading branch information
JeromeFitz authored and kodiakhq[bot] committed May 1, 2021
1 parent f88e83a commit d1fd477
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/semantic-release.yml
Expand Up @@ -12,7 +12,15 @@ jobs:
release:
name: '🚀️ Semantic Release'
runs-on: ubuntu-latest
strategy:
matrix:
node: ['12']
steps:
- name: '🔧️ Setup Node: ${{ matrix.node }}'
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
architecture: 'x64'
- name: '🐙️ Git Checkout'
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit d1fd477

Please sign in to comment.