Skip to content

Commit 311a6ea

Browse files
authored
test: add node 20 (#234)
1 parent 50fc9f8 commit 311a6ea

File tree

5 files changed

+20
-23
lines changed

5 files changed

+20
-23
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches: [ "master" ]
66
pull_request:
77
branches: [ "master" ]
8-
schedule:
9-
- cron: "58 15 * * 2"
108

119
jobs:
1210
analyze:

.github/workflows/nodejs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ on:
77
pull_request:
88
branches: [ master ]
99

10-
workflow_dispatch: {}
11-
1210
jobs:
1311
Job:
1412
name: Node.js
15-
uses: artusjs/github-actions/.github/workflows/node-test.yml@master
13+
uses: node-modules/github-actions/.github/workflows/node-test.yml@master
1614
with:
1715
os: 'ubuntu-latest'
18-
version: '14, 16, 18'
16+
version: '14, 16, 18, 20'

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ on:
33
push:
44
branches: [ master ]
55

6-
workflow_dispatch: {}
7-
86
jobs:
97
release:
108
name: Node.js
11-
uses: artusjs/github-actions/.github/workflows/node-release.yml@master
9+
uses: node-modules/github-actions/.github/workflows/node-release.yml@master
1210
secrets:
1311
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1412
GIT_TOKEN: ${{ secrets.GIT_TOKEN }}

0 commit comments

Comments
 (0)