Skip to content

Commit

Permalink
Update release workflow (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-vl authored Feb 1, 2024
1 parent 940e654 commit ad414ed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## 3.3.0 (2023-01-31)
## 3.3.0 (2023-02-01)

### Features / Enhancements

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@
"test:ci": "jest --maxWorkers 4 --coverage",
"upgrade": "npm upgrade --save"
},
"version": "3.2.0"
"version": "3.3.0"
}

0 comments on commit ad414ed

Please sign in to comment.