Skip to content

Commit ca9e981

Browse files
committed
chore(build): use node 16
1 parent ce1bd51 commit ca9e981

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Set up Node.js
6060
uses: actions/setup-node@v1
6161
with:
62+
node-version: '16'
6263
registry-url: "https://registry.npmjs.org"
6364
- name: Install dependencies
6465
run: npm install

changelog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# UnderScript App Changelog
22

3-
## Version 1.3.2 (2020-02-28)
3+
## Version 1.3.3 (2020-02-28)
44
### New Features
55
1. Zoom with CTRL+Scroll
6-
### Bug fixes
6+
### Bug Fixes
77
1. Fixed underscript bundler
88

99
## Version 1.2.0 (2020-12-31)

0 commit comments

Comments
 (0)