diff options
| author | XhmikosR <[email protected]> | 2021-01-05 21:56:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-01-05 21:56:31 +0200 |
| commit | 97a3ef357d0a4f291663f6bcc5333ce8a24a9e74 (patch) | |
| tree | bfced2e65cbbf3ae0360a5e79c70b0b230ea61d2 /.github/workflows/js.yml | |
| parent | baa8d3702f508d33f79943e045d4a0823c33eda9 (diff) | |
| download | bootstrap-97a3ef357d0a4f291663f6bcc5333ce8a24a9e74.tar.xz bootstrap-97a3ef357d0a4f291663f6bcc5333ce8a24a9e74.zip | |
CI: update to actions/setup-node@v2 (#32635)
Diffstat (limited to '.github/workflows/js.yml')
| -rw-r--r-- | .github/workflows/js.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/js.yml b/.github/workflows/js.yml index 1ec0d6909..09c110fc8 100644 --- a/.github/workflows/js.yml +++ b/.github/workflows/js.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v2 - name: Set up Node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} |
