diff options
author | Ajay <[email protected]> | 2022-06-13 14:50:42 -0400 |
---|---|---|
committer | Ajay <[email protected]> | 2022-06-13 14:50:42 -0400 |
commit | 5ac577c99be2467d410265c12f39045581ed283c (patch) | |
tree | 6c67c8953f808cd17b12ccbddc27d9873caa4224 | |
parent | 3f421a2fb0ff3f981aa7826287dc798afa85be73 (diff) | |
download | SponsorBlock-5ac577c99be2467d410265c12f39045581ed283c.tar.gz SponsorBlock-5ac577c99be2467d410265c12f39045581ed283c.zip |
update oss attributions
-rw-r--r-- | .github/workflows/update-oss-attribution.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-oss-attribution.yml b/.github/workflows/update-oss-attribution.yml index 7a10ece8..873d7590 100644 --- a/.github/workflows/update-oss-attribution.yml +++ b/.github/workflows/update-oss-attribution.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '16' + node-version: '18' - name: Install and generate attribution run: | npm ci |