File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Setup
2
- description : " Set up the node environment"
2
+ description : ' Set up the node environment'
3
3
runs :
4
4
using : composite
5
5
steps :
6
6
- uses : actions/setup-node@v4
7
7
with :
8
- node-version : lts/*
8
+ node-version : 18
9
9
- name : Get yarn cache directory path
10
10
shell : bash
11
11
id : yarn-cache-dir-path
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
- uses : actions/setup-node@v4
21
21
with :
22
- node-version : lts/*
23
- - uses : " ./.github/setup"
22
+ node-version : 18
23
+ - uses : ' ./.github/setup'
24
24
- name : install dependencies
25
25
run : yarn install
26
26
- name : Creating .npmrc
35
35
with :
36
36
publish : yarn run release
37
37
version : yarn run version
38
- commit : " chore: new release"
39
- title : " chore: new release candidate"
38
+ commit : ' chore: new release'
39
+ title : ' chore: new release candidate'
40
40
env :
41
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42
42
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }} #if using NPM packages
You can’t perform that action at this time.
0 commit comments