From 52dc3452ed2c8f3dcd84264ad36546c56e505b54 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Sun, 29 Jan 2023 23:54:27 +0100 Subject: [PATCH] Add nodejs 18 to github actions and make it primary --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 77cc1c1..8cc9145 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ on: pull_request: env: - PRIMARY_NODEJS_VERSION: 16 + PRIMARY_NODEJS_VERSION: 18 REPORTER: "min" jobs: @@ -33,6 +33,7 @@ jobs: - 12.20.0 - 14.13.0 - 16 + - 18 steps: - uses: actions/checkout@v2