Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bokuweb authored Oct 29, 2024
2 parents 0bded12 + b1ca81c commit 4868d98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down Expand Up @@ -68,9 +68,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@master
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down

0 comments on commit 4868d98

Please sign in to comment.