- upgrade to node20 for the GitHub actions

- remove node-fetch as it is no longer required with node 20
- upgrade actions to use node20
This commit is contained in:
Mike Penz
2023-09-04 13:52:54 +00:00
committed by GitHub
parent dc8bed188d
commit 512b4d3a42
11 changed files with 110 additions and 197 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with: