Skip to content

Commit

Permalink
Bump node runtime on CI runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rdipardo committed Mar 29, 2021
1 parent a1457c1 commit 1f0ae00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up node env
uses: actions/setup-node@v2.1.4
with:
node-version: '12.x'
node-version: '15.x'
- name: Cache modules
uses: actions/cache@v2.1.4
id: restore-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_mobile.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up node env
uses: actions/setup-node@v2.1.4
with:
node-version: '12.x'
node-version: '15.x'
- name: Cache modules
uses: actions/cache@v2.1.4
id: restore-cache
Expand Down

0 comments on commit 1f0ae00

Please sign in to comment.