Skip to content

Commit

Permalink
Editing Toolkit: specify node version in github workflow (#45766)
Browse files Browse the repository at this point in the history
  • Loading branch information
deBhal authored Sep 20, 2020
1 parent c6ce401 commit 58b0521
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/editing-toolkit-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
name: Build plugin
runs-on: ubuntu-latest
steps:
- name: Set up Node
uses: actions/setup-node@v1
with:
node-version: '^12.18.4'
- name: Checkout code
uses: actions/checkout@HEAD

Expand Down

0 comments on commit 58b0521

Please sign in to comment.