Skip to content

Commit

Permalink
Merge pull request #1179 from SmartBear/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
TimotheeVille authored Nov 5, 2024
2 parents f1502e1 + 30720fd commit 38cf16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js to publish to npm
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.com'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Setup Node.js to publish to GitHub Packages
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14.x'
registry-url: 'https://npm.pkg.github.com'
Expand Down

0 comments on commit 38cf16c

Please sign in to comment.