diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1ae5ca..f5c9f70 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,10 +4,10 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: '16.x' - run: npm ci - - run: npm test \ No newline at end of file + - run: npm test