diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ab20d4c..9efd18a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 cache: npm - run: npm ci diff --git a/action.yml b/action.yml index 3b0922f..086a633 100644 --- a/action.yml +++ b/action.yml @@ -146,7 +146,7 @@ outputs: description: Path to final noobs image, if enabled runs: - using: node18 + using: node20 main: dist/index.js post: dist/index.js