diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index e8bda9476..34744138a 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -21,7 +21,7 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - name: Get yarn cache directory path diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f24e5b3b7..f2edb73b6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: SHA=$(git log -n 1 --pretty=format:%H -- CHANGELOG.md | tr -d '\n') git checkout ${SHA} - name: Use Node.js 14.x - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 14.x - name: Get yarn cache directory path