Commit 7c27f13 1 parent 4ff36eb commit 7c27f13 Copy full SHA for 7c27f13
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v3
8
8
- uses : actions/setup-node@v3
9
9
with :
10
- node-version : 18
10
+ node-version : 20
11
11
- run : yarn
12
- - run : yarn run eslint js/**/**/* .{js,ts}
12
+ - run : yarn run eslint js/**/*.{js,ts}
Original file line number Diff line number Diff line change 11
11
# Setup .npmrc file to publish to npm
12
12
- uses : actions/setup-node@v3
13
13
with :
14
- node-version : ' 18 '
14
+ node-version : ' 20 '
15
15
registry-url : ' https://registry.npmjs.org'
16
16
# Defaults to the user or organization that owns the workflow file
17
17
scope : ' @chocolatey-software'
Original file line number Diff line number Diff line change 7
7
- uses : actions/checkout@v3
8
8
- uses : actions/setup-node@v3
9
9
with :
10
- node-version : 18
10
+ node-version : 20
11
11
- run : yarn
12
- - run : yarn run stylelint "scss/**/**/* .scss"
12
+ - run : yarn run stylelint "scss/**/*.scss"
You can’t perform that action at this time.
0 commit comments