Skip to content

Commit

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

GitHub-Actions: Bump actions/setup-node from 2.5.2 to 3.8.1
  • Loading branch information
johntalton committed Mar 27, 2024
2 parents 306e38f + a4947d2 commit 52e6caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/RELEASE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v4
# Publish to NPM
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.8.1
with:
node-version: '14'
registry-url: 'https://registry.npmjs.org/'
Expand All @@ -19,7 +19,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Publish to GitHub
- uses: actions/setup-node@v3.5.1
- uses: actions/setup-node@v3.8.1
with:
node-version: '14'
registry-url: 'https://npm.pkg.github.com/'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v2.5.2
- uses: actions/setup-node@v3.8.1
with:
node-version: 20
- run: npm install
Expand Down

0 comments on commit 52e6caf

Please sign in to comment.