Skip to content

Commit

Permalink
ci(github): 馃懛 use node 12.x LTS version
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 25, 2020
1 parent 1c1dc10 commit 22b627f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [10.x]
node-version: [12.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 22b627f

Please sign in to comment.