Skip to content

Commit

Permalink
Revert tip and build with new Node
Browse files Browse the repository at this point in the history
The old v0.4.x release was pulled back so refreshing tip with current
version.
  • Loading branch information
hifi committed Dec 22, 2023
1 parent 801bf4f commit 44a3bbe
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/deploy.tip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,12 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'

- name: Cache node modules
uses: actions/cache@v2
env:
cache-name: cache-node-modules
with:
path: ~/.npm
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-
${{ runner.os }}-
node-version: '18'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 44a3bbe

Please sign in to comment.