Skip to content

Commit

Permalink
ci: run build action on Node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
workflow committed Jun 23, 2024
1 parent 4900dfb commit 1655633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm install --legacy-peer-deps
- run: |
Expand Down Expand Up @@ -148,7 +151,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@27
uses: cachix/install-nix-action@v27
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1655633

Please sign in to comment.