Skip to content

Commit

Permalink
build: Use node 12
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Node 10 is no longer supported.
  • Loading branch information
NiGhTTraX committed Apr 17, 2021
1 parent 664ece7 commit d30054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: 10
node-version: 12

- name: Cache dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit d30054a

Please sign in to comment.