diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed5e9f4..2892120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Use Node.js 14 + - name: Use Node.js 20 uses: actions/setup-node@v4.0.3 env: INPUT_TOKEN: ${{ secrets.NPM_TOKEN }} with: - node-version: 14 + node-version: 20 - name: Authenticate with GitHub package registry run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" > ~/.npmrc - name: npm install