Skip to content

Commit

Permalink
Merge pull request #14 from Twingate/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

chore(deps): bump actions/setup-node from 1 to 4
  • Loading branch information
twingate-blee authored Mar 19, 2024
2 parents e6f6fb0 + 17c5c72 commit e5406aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- if: ${{ matrix.language == 'nodejs'}}
name: Setup Node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{matrix.nodeversion}}
registry-url: https://registry.npmjs.org
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

- if: ${{ matrix.language == 'nodejs'}}
name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{matrix.nodeversion}}
registry-url: ${{env.NPM_REGISTRY_URL}}
Expand Down

0 comments on commit e5406aa

Please sign in to comment.