Skip to content

Commit

Permalink
ci(node): change node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Nov 20, 2024
1 parent 22ba6da commit 570715e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 133 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]
steps:
- name: Download Artifact (Docs)
uses: actions/download-artifact@v4
Expand Down
67 changes: 0 additions & 67 deletions .github/workflows/codeql-analysis.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/sonar-cloud.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [20]
node: [22]

steps:
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 570715e

Please sign in to comment.