Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Use Node 12 in CI to build Atom package
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Mar 22, 2022
1 parent 060af03 commit 0b39033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: '17'
node-version: '12'
- name: Install Atom Package Manager
run: npm install -g atom-package-manager
run: npm install -g atom-package-manager@2.6.5
- name: Install dependencies and grammar
run: npm install
- name: Create release
Expand Down

0 comments on commit 0b39033

Please # to comment.