Skip to content

Commit

Permalink
Merge pull request #774 from ldapjs/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-node-2.5.0

build(deps): bump actions/setup-node from 2.4.1 to 2.5.0
  • Loading branch information
UziTech committed Dec 4, 2021
2 parents 1f85db9 + d12f15b commit e1fe2ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: '14'
- name: Install Packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0

# Hack way to start service since GitHub doesn't integrate with its own services
- name: Docker login
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
- name: Install Packages
run: npm install
- name: Lint Code
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.4.1
- uses: actions/setup-node@v2.5.0
with:
node-version: ${{ matrix.node }}
- name: Install Packages
Expand Down

0 comments on commit e1fe2ba

Please sign in to comment.