Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/alexcottner/kinto-admin i…
Browse files Browse the repository at this point in the history
…nto signoff-enhancements
  • Loading branch information
alexcottner committed Nov 17, 2023
2 parents 012e57a + fa4832e commit dcd3040
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
Expand All @@ -36,7 +36,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
Expand All @@ -59,7 +59,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
cache: 'npm'
Expand Down

0 comments on commit dcd3040

Please sign in to comment.