Skip to content

Commit d625e0d

Browse files
committed
chore: release workflow now uses .nvmrc
1 parent 098ed1e commit d625e0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v3
5858
- uses: actions/setup-node@v3
5959
with:
60-
node-version: '10'
60+
node-version-file: '.nvmrc'
6161
# Setup .npmrc file to publish to npm
6262
registry-url: 'https://registry.npmjs.org'
6363
- uses: actions/cache@v3

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10.19
1+
10

0 commit comments

Comments
 (0)