Skip to content

Commit

Permalink
Updated CI/CD Node to version 20
Browse files Browse the repository at this point in the history
  • Loading branch information
geosaaga committed May 2, 2024
1 parent 261444e commit 136c1a9
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 @@ -40,7 +40,7 @@ jobs:
strategy:
# Node version matrix
matrix:
node-version: [16.13.0]
node-version: [20.11.1]
# Steps
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
# Node version matrix
strategy:
matrix:
node-version: [16.13.0]
node-version: [20.11.1]
# Steps
steps:
- name: Checkout to git repository
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
# Node version matrix
strategy:
matrix:
node-version: [16.13.0]
node-version: [20.11.1]
# Steps
steps:
- name: Checkout to git repository
Expand Down

0 comments on commit 136c1a9

Please sign in to comment.