Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelmaxQm authored Jul 17, 2024
1 parent 35efc07 commit b484184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.8.0]
node-version: [18.16.0]
steps:
- name: Check out branch
uses: actions/checkout@v2
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.8.0]
node-version: [18.16.0]
go-version: [1.22]
steps:
- name: Check out branch
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
name: devops-prod
strategy:
matrix:
node-version: ['16.x']
node-version: ['18.x']
go-version: ['1.22']
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b484184

Please sign in to comment.