Skip to content

Commit

Permalink
Merge pull request #35 from Automattic/eslint-fix
Browse files Browse the repository at this point in the history
Fix Node 18 compatibility
  • Loading branch information
pyronaur authored Jan 25, 2023
2 parents 25a1101 + ee65103 commit 799e6d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Jest Tests
on: [push]
jobs:
jest-tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Repository Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Code Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Repository Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 799e6d7

Please sign in to comment.