Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Jul 22, 2024
1 parent be94bd5 commit dd4be84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:
jobs:
release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: 16
node-version: "lts/*"
- name: Install dependencies
run: npm ci
- name: Build package
Expand Down

0 comments on commit dd4be84

Please sign in to comment.