Skip to content

Commit

Permalink
Merge pull request #1243 from g59/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-3.1.1

chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1
  • Loading branch information
9renpoto authored Apr 15, 2022
2 parents 0008b01 + 0786c0a commit d7c16ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 16
- run: npm ci
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
node-version: 16
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit d7c16ce

Please sign in to comment.