Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
feat: 🎸 Node.js のバージョンを v14.21.1 にした (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Nov 27, 2022
1 parent e03c102 commit 260eece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# node-version: ['14.x', '16.x', '18.x']
node-version: ['14.17.0']
node-version: ['14.21.1']
steps:
- name: コードをチェックアウトする
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.17.0
14.21.1

0 comments on commit 260eece

Please sign in to comment.