1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 16:25:31 -04:00

node 16 is now LTS

This commit is contained in:
2021-10-27 09:10:08 -04:00
parent 5b78d8b4b7
commit 6351d848c6
10 changed files with 55 additions and 60 deletions

View File

@@ -16,7 +16,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn build

View File

@@ -12,7 +12,7 @@ jobs:
fetch-depth: 10
- uses: actions/setup-node@v2
with:
node-version: 14.x
node-version: 16.x
- uses: getsentry/action-release@v1
if: github.event.deployment_status.environment == 'production'
env: