Skip to content

Commit

Permalink
ADE-801 Align on node 16. Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnixon committed Jul 19, 2021
1 parent 861238b commit 8e1284a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Use Node.js 15.x
- name: Use Node.js 16.x
uses: actions/setup-node@v2
with:
node-version: 15.x
node-version: 16.x
- name: Check out repository code
uses: actions/checkout@v2
- name: Cache npm modules
Expand Down

0 comments on commit 8e1284a

Please sign in to comment.