Skip to content

Commit

Permalink
try node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Oct 25, 2023
1 parent 28a34ce commit 51499ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,16 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
- name: Windows only, install wget
if: ${{ runner.os == 'Windows' }}
run: |
choco install wget --no-progress
- name: Install nodejs dependencies
run: |
npm install
npm ci
shell: bash
- name: setup for codesigning (macos only)
if: ${{ runner.os == 'macOs' }}
Expand Down

0 comments on commit 51499ea

Please sign in to comment.