Skip to content

Commit 5c68d62

Browse files
committed
Test CI with no node version
1 parent 08ead15 commit 5c68d62

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/pull-code-samples.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,13 @@ on:
88
jobs:
99
update-samples:
1010
runs-on: ubuntu-latest
11-
11+
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v6
1515

1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6
18-
with:
19-
node-version: '18'
20-
cache: 'npm'
2118

2219
- name: Install dependencies
2320
run: npm install
@@ -31,4 +28,4 @@ jobs:
3128
git config --local user.name "github-actions[bot]"
3229
git add snippets/
3330
git diff --quiet && git diff --staged --quiet || git commit -m "Update code samples [skip ci]"
34-
git push
31+
git push

0 commit comments

Comments
 (0)