Skip to content

Commit

Permalink
pin node version to 16 for a quick workaround to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneezry committed May 10, 2023
1 parent 66f3b1d commit 2273b76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 16


- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 16

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 2273b76

Please sign in to comment.