Skip to content

Commit f39ccf9

Browse files
committed
Update UglifyJS #48
1 parent 5094cac commit f39ccf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
name: build-number
167167
- name: set BUILD_NUMBER
168168
run: echo "BUILD_NUMBER=$(< ./BUILD_NUMBER)" >> $GITHUB_ENV
169-
- name: set BUILD_NUMBER
169+
- name: set ASSET_NAME
170170
run: echo "ASSET_NAME=imgconv.build-$BUILD_NUMBER-awslambda-provided-amd64.zip" >> $GITHUB_ENV
171171
- name: rename
172172
run: cp imgconv.zip "$ASSET_NAME"

uglifyjs/envs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export USER_ID
55
GROUP_ID="$(id -g)"
66
export GROUP_ID
77
export NODEJS_VERSION="${NODEJS_VERSION:-14.15.3}"
8-
export UGLIFYJS_VERSION="${UGLIFYJS_VERSION:-3.17.4}"
8+
export UGLIFYJS_VERSION="${UGLIFYJS_VERSION:-3.18.0}"

0 commit comments

Comments
 (0)