diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 458ab46..6f2c63d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: with: node-version: ${{ secrets.NODE_VERSION }} - - run: npm install + - run: npm ci - run: npm run lint build: diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..209e3ef --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +20 diff --git a/action.yml b/action.yml index c512c6a..4ada92b 100644 --- a/action.yml +++ b/action.yml @@ -46,5 +46,5 @@ outputs: description: Response data runs: - using: 'node12' - main: 'dist/index.js' \ No newline at end of file + using: 'node20' + main: 'dist/index.js'