Skip to content

Commit

Permalink
Merge pull request #1088 from eXist-db/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
duncdrum authored Oct 31, 2024
2 parents d9a196d + 86f6909 commit 5db7432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit 5db7432

Please sign in to comment.