Skip to content

Commit

Permalink
Use node v15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed Apr 6, 2021
1 parent 21fd01b commit b7d89e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Node.js 12.x
- name: Install Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: '12.x'
node-version: '15.x'

- name: Install dependencies
run: |
Expand Down

0 comments on commit b7d89e9

Please sign in to comment.