Skip to content

Commit

Permalink
chore: resolving legacy ubuntu action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele committed Mar 22, 2024
1 parent c6ebc71 commit 8412b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
test:
name: Test Node v${{ matrix.node }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '10', '12', '14' ]
Expand All @@ -68,7 +68,7 @@ jobs:
name: Release
# Only run on "master" branch
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
needs: [
test,
lint
Expand Down

0 comments on commit 8412b17

Please sign in to comment.