Skip to content

Commit

Permalink
ci: Bump Actions
Browse files Browse the repository at this point in the history
* Use Node 14
* Use setup-node 2
  • Loading branch information
matatk authored Jun 14, 2021
1 parent 492ed23 commit e5d44f2
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 @@ -10,9 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '12.x'
node-version: '14'
- name: Cache Node.js modules
uses: actions/cache@v2
with:
Expand Down

0 comments on commit e5d44f2

Please sign in to comment.