[READ-ONLY] Mirror of https://github.com/danielroe/roe.dev. This is the code and content for my personal website, built in Nuxt. roe.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: align playwright container image with package version

+1 -1
+1 -1
.github/workflows/e2e.yml
··· 22 22 runs-on: ubuntu-latest 23 23 timeout-minutes: 15 24 24 container: 25 - image: mcr.microsoft.com/playwright:v1.59.1-noble 25 + image: mcr.microsoft.com/playwright:v1.60.0-noble 26 26 27 27 steps: 28 28 - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6