diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b81cace..76ba8bb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -62,7 +62,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version-file: .node-version + node-version-file: action/package.json cache: "npm" cache-dependency-path: action/package-lock.json diff --git a/.node-version b/.node-version deleted file mode 100644 index 1cc433a..0000000 --- a/.node-version +++ /dev/null @@ -1 +0,0 @@ -20.6.0 diff --git a/action/package.json b/action/package.json index 5df09ae..565c00e 100644 --- a/action/package.json +++ b/action/package.json @@ -8,6 +8,9 @@ "format": "prettier --write **/*.ts", "test": "jest" }, + "engines": { + "node": ">=20.0.0" + }, "author": "Fuller, Inc.", "license": "MIT", "dependencies": {