Skip to content

Commit

Permalink
Switch back to Node.js version to 16 in build-installer.yml (20 only …
Browse files Browse the repository at this point in the history
…in next abs release)
  • Loading branch information
mikiher committed Jan 23, 2024
1 parent d9b8153 commit 2594683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
# 0. Setup steps
- name: Use Node.js 20
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 20
node-version: 16

- name: Install pkg globally
run: npm install -g pkg
Expand Down

0 comments on commit 2594683

Please sign in to comment.