Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
psi-4ward committed Apr 10, 2024
1 parent b2f6284 commit 261754a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: push

jobs:
build_and_deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
# GIT Checkout
- uses: actions/checkout@v2
Expand All @@ -15,9 +15,9 @@ jobs:
restore-keys: ${{ runner.os }}-node-

# Setup Node.JS
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '14'
node-version: '21'

# Build
- run: npm ci
Expand Down

0 comments on commit 261754a

Please sign in to comment.