Skip to content

update node ver to 20 (#54) #55

update node ver to 20 (#54)

update node ver to 20 (#54) #55

Workflow file for this run

name: Deploy to Glitch
on:
push:
branches:
- 'master'
- 'main'
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Deploy Project
run: |
yarn
yarn build
yarn deploy
env:
REPO_SOURCE: ${{ secrets.GLITCH_REPO }}
working-directory: ./