diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dce2e7..e729ede 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,10 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 - run: npm install - run: npm run build diff --git a/package.json b/package.json index 0d511e8..ab32b1b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "github-action-package", - "version": "1.3.2", + "version": "2.0.0", "description": "Read and modify the contents of package.json.", "scripts": { "prepare": "husky",