Skip to content

Commit

Permalink
use latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Jan 10, 2024
1 parent 2fa541a commit 7a0c031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -13,9 +13,9 @@ on:
jobs:
test:

runs-on: dockershared
runs-on: ubuntu-latest
container:
image: node:18-alpine3.17
image: node:latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7a0c031

Please sign in to comment.