diff options
author | 2022-02-25 00:29:19 +0000 | |
---|---|---|
committer | 2022-02-25 00:29:19 +0000 | |
commit | f9509749c07f7b3ac90fd71e56b876be26529d3d (patch) | |
tree | 90fc74a493c38aa3d4b3940d605751b11619eb17 | |
parent | baa902418f455b143c48882e683377934cfe54ef (diff) | |
download | it-tools-dev-backup.tar.gz it-tools-dev-backup.tar.zst it-tools-dev-backup.zip |
fix(deps): bump actions/setup-node from 2.5.1 to 3.0.0dev-backup
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad56d1..1411f53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup node env - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.0.0 with: node-version: 14 |