aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorAjay <[email protected]>2022-06-13 13:34:39 -0400
committerAjay <[email protected]>2022-06-13 13:34:39 -0400
commit3f421a2fb0ff3f981aa7826287dc798afa85be73 (patch)
treee8975b36e56ae9889c051c52d3c13344c4be311a /.github/workflows/tests.yml
parente94ce0ffef4ba125393731934f908f1c411ca1d6 (diff)
downloadSponsorBlock-3f421a2fb0ff3f981aa7826287dc798afa85be73.tar.gz
SponsorBlock-3f421a2fb0ff3f981aa7826287dc798afa85be73.zip
Update node version in workflow
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 83a957e4..d58501ab 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
- node-version: '16'
+ node-version: '18'
- run: npm ci
- name: Run tests