Skip to content

Commit 7c27f13

Browse files
committed
workflows
1 parent 4ff36eb commit 7c27f13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/eslint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: 18
10+
node-version: 20
1111
- run: yarn
12-
- run: yarn run eslint js/**/**/*.{js,ts}
12+
- run: yarn run eslint js/**/*.{js,ts}

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# Setup .npmrc file to publish to npm
1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: '18'
14+
node-version: '20'
1515
registry-url: 'https://registry.npmjs.org'
1616
# Defaults to the user or organization that owns the workflow file
1717
scope: '@chocolatey-software'

.github/workflows/stylelint.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
- uses: actions/checkout@v3
88
- uses: actions/setup-node@v3
99
with:
10-
node-version: 18
10+
node-version: 20
1111
- run: yarn
12-
- run: yarn run stylelint "scss/**/**/*.scss"
12+
- run: yarn run stylelint "scss/**/*.scss"

0 commit comments

Comments
 (0)