Skip to content

Commit

Permalink
Use node.js 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
yjcyxky committed Oct 9, 2024
1 parent 67efff8 commit 499e72c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- name: Fetch repository
uses: actions/checkout@master
# Setup Node.js 16 environment
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: bahmutov/npm-install@v1
with:
useLockFile: false
Expand Down

0 comments on commit 499e72c

Please sign in to comment.