aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-02-09 19:56:27 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-02-09 19:56:27 -0600
commitab01c1121edd3240b1a5692d7616945b10c12ae2 (patch)
tree93ebd49f5efd7ac3821f6d6193b3da0344a7f35b /.github/workflows
parentStart rewriting the entire app (diff)
downloadee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar.gz
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar.bz2
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar.lz
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar.xz
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.tar.zst
ee4511w-web-ab01c1121edd3240b1a5692d7616945b10c12ae2.zip
Add some security stuffs
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
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 e4c4153..e347be7 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -14,7 +14,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
- node-version: "14.x"
+ node-version: "16.x"
cache: "yarn"
- name: Install dependencies
run: yarn --frozen-lockfile