Skip to content

Commit

Permalink
Merge pull request #604 from anoriqq/feature/update-ubuntu-and-node-v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
anoriqq committed May 23, 2022
2 parents 701cf2e + 52d33b9 commit 1b151f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
matrix:
node-version: [12.x]
node-version: [18.x]

fail-fast: false

Expand Down

0 comments on commit 1b151f0

Please sign in to comment.