Skip to content

Commit

Permalink
Merge pull request #1313 from OpenGeoscience/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
manthey authored Mar 25, 2024
2 parents 1dfca0d + 961bb37 commit 585fe76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: browser-actions/setup-firefox@latest
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- uses: actions/checkout@v3
# Don't pin version to test with the latest common version
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm --version && node --version
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'
- run: npm ci
Expand Down

0 comments on commit 585fe76

Please sign in to comment.