Skip to content

Commit

Permalink
Update pr.yml to node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
stylewarning authored and eliaslfox committed Feb 9, 2024
1 parent e4c0225 commit 23fd84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ALLEGRO_LICENSE: ${{ secrets.ALLEGRO_LICENSE }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: |
docker build ${{ matrix.LISP_IMPLEMENTATION }} --build-arg ALLEGRO_LICENSE --tag ghcr.io/coalton-lang/${{ matrix.LISP_IMPLEMENTATION }}-base:latest

0 comments on commit 23fd84f

Please sign in to comment.