From b94d71d43c2983e76df2831191938a2018e85377 Mon Sep 17 00:00:00 2001 From: kurkle Date: Tue, 16 Nov 2021 17:56:00 +0200 Subject: [PATCH] Update last node version in actions --- .github/workflows/npmpublish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 27e357f6b..bdd91db26 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -20,7 +20,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 + with: + node-version: 16 - name: Test run: | npm ci