Skip to content

Commit

Permalink
ci: upgrade actions/setup-node to 1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkvak committed Nov 17, 2020
1 parent 12a93dd commit 668908a
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 @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
# Optional registry to set up for auth. Will set the registry in a project level .npmrc and .yarnrc file, and set up auth to read in from env.NODE_AUTH_TOKEN
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
persist-credentials: false

- name: Setup Node.js
uses: actions/[email protected].2
uses: actions/[email protected].4
with:
node-version: 10.x

Expand Down

0 comments on commit 668908a

Please sign in to comment.