Skip to content

Commit

Permalink
✨ Use ubuntu-latest for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary authored Jun 13, 2023
1 parent 065f080 commit 4828504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
release:
name: Build, test, and release
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
Expand Down

0 comments on commit 4828504

Please sign in to comment.