Skip to content

Commit

Permalink
Merge pull request #679 from bensteinberg/update-runner
Browse files Browse the repository at this point in the history
Update runner
  • Loading branch information
bensteinberg authored Feb 12, 2025
2 parents 335b831 + c4b42aa commit af96ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
# don't run on pushes to forks
if: github.event_name == 'pull_request' || github.repository == 'harvard-lil/website-static'

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine as nodebuilder
FROM node:22-alpine as nodebuilder

WORKDIR /app

Expand Down

0 comments on commit af96ed6

Please sign in to comment.