From f3bddbfb6ac02ee838f54a1158edcd96b755e3df Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Fri, 21 Apr 2023 14:41:43 +0300 Subject: [PATCH] update CI tool --- .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 698eb36..d6ab510 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: npm install