Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): update actions/setup-node action to v3.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] authored Aug 17, 2023
1 parent e641480 commit ade5837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
@@ -256,7 +256,7 @@ jobs:
FINAL_TEST_REPORT_FILEPATH_MARKDOWN: "./final-test-reports/final-test-report.md"
steps:
- name: Set up Node
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.8.0
with:
node-version: 16
- run: npm install ndjson-parse@1.0.4 tablemark@v2.0.0

0 comments on commit ade5837

Please sign in to comment.