Skip to content

Commit

Permalink
Develop (#21)
Browse files Browse the repository at this point in the history
* fix: Use loadPolicyArray instead of loadPolicyLine(#19)

* ci: update node version
  • Loading branch information
leeqvip authored Dec 7, 2021
1 parent 3a91ed9 commit 6fb213b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ jobs:
needs: [ test, upload-coverage ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v2
with:
node-version: '12'
node-version: 'lts/*'

- name: Run semantic-release
env:
Expand Down

0 comments on commit 6fb213b

Please sign in to comment.