Skip to content

Commit ebd1bc7

Browse files
authored
ci: remove example/.nvmrc (#8)
1 parent 60ac0d3 commit ebd1bc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-gh-page.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Setup Node.js ⚙️
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version-file: 'example/.nvmrc'
28+
node-version: '20'
29+
registry-url: 'https://registry.npmjs.org/'
2930

3031
- name: Cache dependencies ⚡
3132
id: cache_dependencies

example/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)