Skip to content

Commit

Permalink
ci: update actions to latest #2
Browse files Browse the repository at this point in the history
ci: update actions to latest
  • Loading branch information
mdovhopo committed Oct 28, 2022
2 parents 2854cb4 + 35c824d commit 227249d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ jobs:
name: Build and test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14

Expand All @@ -31,12 +33,12 @@ jobs:
needs: test
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Use Node.js 14
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 14

Expand Down

0 comments on commit 227249d

Please sign in to comment.