Skip to content

Commit

Permalink
chore: switch actions to v2 (#1708)
Browse files Browse the repository at this point in the history
chore(ci): switch actions to v2 and nodejs 14
  • Loading branch information
lidel authored Apr 30, 2021
1 parent 50b6ee9 commit 1d68c58
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: '14'

- name: Cache bigger downloads
uses: actions/cache@v2
Expand Down Expand Up @@ -62,12 +62,12 @@ jobs:

steps:
- name: Check out Git repository
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: 12.x
node-version: '14'

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

0 comments on commit 1d68c58

Please sign in to comment.