Skip to content

Commit

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

GitHub-Actions: Bump actions/setup-node from 2.4.0 to 4.0.2
  • Loading branch information
johntalton committed Mar 27, 2024
2 parents e040368 + b641307 commit 0258178
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .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@v3.6.0
- uses: actions/setup-node@v4.0.2
- run: npm install
- run: npm run build
- run: npm run format
Expand All @@ -27,7 +27,7 @@ jobs:
os: [macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v4.0.2
with:
node-version: ${{ matrix.node-version }}
- uses: actions/download-artifact@v4
Expand Down
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@v2.4.0
- uses: actions/setup-node@v4.0.2
with:
registry-url: 'https://registry.npmjs.org/'
- run: npm install
Expand All @@ -19,7 +19,7 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

# Publish to GitHub
# - uses: actions/setup-node@v2.4.0
# - uses: actions/setup-node@v4.0.2
# with:
# node-version: '14'
# registry-url: 'https://npm.pkg.github.com/'
Expand Down

0 comments on commit 0258178

Please sign in to comment.