Skip to content

Commit

Permalink
test: use node.js version to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed May 2, 2024
1 parent 9a3fa46 commit 15194a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ['18', '20']
node_version: ['18', '20', '22']
os: [windows-latest, macos-latest, ubuntu-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'

# copy and replace string index.md file
# - name: Copy and replace string index.md file
Expand Down

0 comments on commit 15194a8

Please sign in to comment.