diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b8fa9f..4108718 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Setup node and restore cached dependencies - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' cache: 'yarn' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 054cacf..c201f11 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -31,7 +31,7 @@ jobs: languages: ${{ matrix.language }} - name: Setup node and restore cached dependencies - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' cache: 'yarn' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b099762..b6f7858 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup node and restore cached dependencies - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '16' registry-url: 'https://registry.npmjs.org/'