Skip to content

Commit

Permalink
Merge pull request #167 from reg-viz/use_node_20
Browse files Browse the repository at this point in the history
chore: Upgrade CI Node.js version to 20
  • Loading branch information
Quramy committed Mar 4, 2024
2 parents 4bb1568 + 34f7ac3 commit 1561957
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -11,7 +11,7 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 1561957

Please sign in to comment.