Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
with:
python-version: '3.11'

- name: Setup nodejs 16.x
- name: Setup nodejs 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: |
Expand Down Expand Up @@ -93,10 +93,10 @@ jobs:
cp $env:RUNNER_TEMP/node6/node.exe $env:USERPROFILE/azure-pipelines-task-lib/_download/node6
echo '' > $env:USERPROFILE/azure-pipelines-task-lib/_download/node6.completed

- name: Setup nodejs 16.x
- name: Setup nodejs 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x

- name: Install dependencies
run: |
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# Changelog
## 5.2.0
Task 6.2.0
- Add Node 20 support ([#74](https://github.com/qetza/replacetokens-task/issues/74)).

Task 5.5.0
- Add Node 20 support ([#74](https://github.com/qetza/replacetokens-task/issues/74)).

## 5.1.0
Task 6.1.0
- Add _useAdditionalVariablesOnly_ parameter ([#29](https://github.com/qetza/replacetokens-task/issues/60)).
Expand Down
Loading