Skip to content

Commit

Permalink
Taskfile: Upgrade Meteor.js version to 2.16 (fixes #505). (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao authored Aug 1, 2024
1 parent a6a2185 commit 9d2e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ tasks:
CHECKSUM_FILE: "{{.G_BUILD_DIR}}/{{.TASK}}.md5"
METEOR_ARCH: "{{ if eq ARCH \"arm64\" }}arm64{{ else }}x86_64{{ end }}"
METEOR_PLATFORM: "{{ if eq OS \"darwin\" }}osx{{ else }}linux{{ end }}"
METEOR_RELEASE: "2.15"
METEOR_RELEASE: "2.16"
run: "once"
preconditions:
- sh: >-
Expand Down

0 comments on commit 9d2e94d

Please sign in to comment.