Skip to content

Commit

Permalink
chore(ci): fix deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
UberMouse committed Aug 9, 2024
1 parent 00c038a commit fadcbeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xstate-tree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Check out
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install dependencies
run: npm install --ci
- name: Run ESLint
Expand Down

0 comments on commit fadcbeb

Please sign in to comment.