From 66c1d26d2bc289f1bd414dcfca0383dc7cf368bc Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Tue, 29 Nov 2022 17:45:34 +0100 Subject: [PATCH] Update GitHub CI Actions. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b2caae7..f129347c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,10 @@ jobs: - 18.x steps: - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: npm ci --ignore-scripts - run: npm run build - run: npm test