Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
* build with node 18
* run on ubuntu latest
  • Loading branch information
davidkaufmann committed Jan 30, 2023
1 parent a49b0ac commit 1ad9635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12
node-version: 18
- name: Install dependencies
run: npm ci
- name: Build
Expand Down

0 comments on commit 1ad9635

Please sign in to comment.