From 4fb373c3fa4a0957202e4df5a71dd54df4fa4ad7 Mon Sep 17 00:00:00 2001 From: Leszek Grzanka Date: Wed, 19 Apr 2023 20:19:40 +0200 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7432f7b..ab3310b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: [16.x, 18.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: @@ -38,7 +38,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v3.6.0 with: - node-version: '16' + node-version: '18' - name: Install 🔧 run: npm install @@ -51,4 +51,4 @@ jobs: if: github.ref == 'refs/heads/master' with: branch: gh-pages # The branch the action should deploy to. - folder: dist # The folder the action should deploy \ No newline at end of file + folder: dist # The folder the action should deploy