diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46163ba0..5ec37141 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Setup node and cache dependencies uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 20 cache: 'npm' - name: Build and test diff --git a/.nvmrc b/.nvmrc index 202290b8..7ea6a59d 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v16.13.1 \ No newline at end of file +v20.11.0 diff --git a/action.yml b/action.yml index 07404410..228c7dd6 100644 --- a/action.yml +++ b/action.yml @@ -53,7 +53,7 @@ outputs: description: "The array of downloaded files, useful when using wildcard '*' to download multiple files." runs: - using: "node16" + using: "node20" main: "dist/index.js" branding: icon: "download"