diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-02-09 19:56:27 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-02-09 19:56:27 -0600 |
commit | ab01c1121edd3240b1a5692d7616945b10c12ae2 (patch) | |
tree | 93ebd49f5efd7ac3821f6d6193b3da0344a7f35b /.github/workflows | |
parent | Start rewriting the entire app (diff) | |
download | ee4511w-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 '')
-rw-r--r-- | .github/workflows/node.yml | 2 |
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 |