Skip to content

Commit 92679c8

Browse files
committed
chore(ci): Check a node version is available on node-build
1 parent 2fc9770 commit 92679c8

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

Diff for: .github/workflows/node-version.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: node-version
2+
3+
on:
4+
pull_request:
5+
paths: .node-version
6+
7+
jobs:
8+
check:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
with:
13+
sparse-checkout: /.node-version
14+
sparse-checkout-cone-mode: false
15+
16+
- uses: matzkoh/check-node-version@v1

Diff for: .vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"editor.formatOnSave": true,
66
"editor.rulers": [100]

0 commit comments

Comments
 (0)