aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-02 18:50:45 +0000
committerGitHub <noreply@github.com>2022-03-02 18:50:45 +0000
commitb734b7060ef6326a8cd63ebd0c2b869fd1aed5be (patch)
treee23eb073fb9a72fea44885fc10da1e3125a08561 /.github/workflows
parentBump @types/node from 17.0.20 to 17.0.21 (#13) (diff)
downloadee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar.gz
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar.bz2
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar.lz
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar.xz
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.tar.zst
ee4511w-web-b734b7060ef6326a8cd63ebd0c2b869fd1aed5be.zip
Bump actions/setup-node from 2 to 3 (#14)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/node.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 8a85723..9c9438c 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Use Node.js
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
with:
node-version: "16.x"
cache: "yarn"