diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cf9660..3f6b72e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Node.js environment - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'npm' - name: Install dependencies diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ba0cc..f784af5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 3.3.0 (2023-01-31) +## 3.3.0 (2023-02-01) ### Features / Enhancements @@ -9,7 +9,7 @@ - Update ESLint configuration and refactoring (#91) - Update Application plugins (#92) - Update to Node 20 (#93) -- Update dependencies and Actions (#93) +- Update dependencies and Actions (#93, #94) ## 3.2.0 (2023-10-04) diff --git a/package.json b/package.json index 98660f2..56c303f 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,5 @@ "test:ci": "jest --maxWorkers 4 --coverage", "upgrade": "npm upgrade --save" }, - "version": "3.2.0" + "version": "3.3.0" }