Skip to content

Commit

Permalink
Update workflows to silence github warnings about nodejs16
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Feb 3, 2024
1 parent 96f8686 commit e71ea17
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 @@ -13,8 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
- uses: cachix/cachix-action@v12
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: devenv
- name: Install devenv.sh
Expand Down

0 comments on commit e71ea17

Please sign in to comment.