Skip to content

Commit

Permalink
chore: support for Node.js versioning with .node-version (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentaro-m committed Feb 19, 2023
1 parent 7fd684a commit d60e970
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: setup node 16.x
- name: setup node
uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version-file: ./.node-version

- name: install
run: npm install
Expand Down
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.19.1

0 comments on commit d60e970

Please sign in to comment.