From dd56d71fe5f196118cd648e1fae1f2b2a562e32e Mon Sep 17 00:00:00 2001 From: myfreeer Date: Sun, 9 Apr 2023 14:13:37 +0800 Subject: [PATCH] ci: run tests on node.js 18.x Close https://github.com/website-local/mdn-local/issues/789 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 38a1a2d2..af08f93b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [12.x, 14.x, 16.x, 18.x] steps: - uses: actions/checkout@v3