Skip to content

Commit

Permalink
Update nodejs 14 => 18 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikuwow authored Aug 16, 2023
1 parent 1c0d008 commit 7b81121
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run pdf
- uses: actions/upload-artifact@v3
Expand All @@ -21,9 +20,8 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Use Node.js 14.x
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
- run: npm ci
- run: npm run lint
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: 18.x
- run: npm ci
- run: npm run pdf
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 7b81121

Please sign in to comment.