diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index b51df39..615e3b7 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/root.yml b/.github/workflows/root.yml index 7ae3bb9..8e5747b 100644 --- a/.github/workflows/root.yml +++ b/.github/workflows/root.yml @@ -42,7 +42,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Node.JS and NPM - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: registry-url: https://registry.npmjs.org/ node-version: ${{ matrix.node_version }} @@ -68,14 +68,14 @@ jobs: - name: Setup Node.js (NPM Packages) if: matrix.npm_registry == 'NPM' - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: node-version: 16.x registry-url: https://registry.npmjs.org/ - name: Setup Node.js (Github Packages) if: matrix.npm_registry == 'Github' - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: node-version: 16.x registry-url: https://npm.pkg.github.com/ @@ -163,7 +163,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node.JS and NPM - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: node-version: 16.x registry-url: https://registry.npmjs.org/