Update setup-node to v3

This commit is contained in:
Ferenc Hammerl
2022-11-04 11:26:42 +00:00
parent 92c2d702e5
commit 086231c43a
7 changed files with 7 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ jobs:
run: ls packages/${{ github.event.inputs.package }}
- name: Set Node.js 16.x
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install -g npm@latest