Skip to content

Commit

Permalink
Merge pull request #97 from dev-protocol/use-actions-v2
Browse files Browse the repository at this point in the history
use v2 with actions/checkout and actions/setup-node
  • Loading branch information
hhatto authored Dec 6, 2021
2 parents a6b759a + 334585c commit 771b3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
node-version: [12.x]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 771b3fe

Please sign in to comment.