Skip to content

Commit d5a606f

Browse files
authored
Merge pull request github#36292 from github/repo-sync
Repo sync
2 parents 9738344 + 4ef8c73 commit d5a606f

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

content/actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-jenkins-to-github-actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pipeline {
190190
agent { label "${PLATFORM}" }
191191
stages {
192192
stage('test') {
193-
tools { nodejs "node-16" }
193+
tools { nodejs "node-20" }
194194
steps {
195195
dir("scripts/myapp") {
196196
sh(script: "npm install -g bats")
@@ -222,7 +222,7 @@ jobs:
222222
- uses: {% data reusables.actions.action-checkout %}
223223
- uses: {% data reusables.actions.action-setup-node %}
224224
with:
225-
node-version: 16
225+
node-version: 20
226226
- run: npm install -g bats
227227
- run: bats tests
228228
working-directory: ./scripts/myapp

content/packages/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot p
7474
- uses: {% data reusables.actions.action-checkout %}
7575
- uses: {% data reusables.actions.action-setup-node %}
7676
with:
77-
node-version: 16
77+
node-version: 20
7878
- run: npm ci
7979
- run: npm test
8080
@@ -88,7 +88,7 @@ If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot p
8888
- uses: {% data reusables.actions.action-checkout %}
8989
- uses: {% data reusables.actions.action-setup-node %}
9090
with:
91-
node-version: 16
91+
node-version: 20
9292
registry-url: {% ifversion ghes %}https://npm.YOUR-HOSTNAME.com/{% else %}https://npm.pkg.github.com/{% endif %}
9393
- run: npm ci
9494
- run: npm publish

src/links/lib/excluded-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,3 +85,4 @@
8585
- is: https://learning.getpostman.com/docs/postman/sending_api_requests/graphql/
8686
- is: https://www.nongnu.org/oath-toolkit/man-oathtool.html
8787
- is: https://www.gnu.org/software/emacs/
88+
- is: https://www.transparency.org/what-is-corruption

0 commit comments

Comments
 (0)