Skip to content

Commit

Permalink
Merge pull request #36292 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 14, 2025
2 parents 9738344 + 4ef8c73 commit d5a606f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ pipeline {
agent { label "${PLATFORM}" }
stages {
stage('test') {
tools { nodejs "node-16" }
tools { nodejs "node-20" }
steps {
dir("scripts/myapp") {
sh(script: "npm install -g bats")
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- uses: {% data reusables.actions.action-checkout %}
- uses: {% data reusables.actions.action-setup-node %}
with:
node-version: 16
node-version: 20
- run: npm install -g bats
- run: bats tests
working-directory: ./scripts/myapp
Expand Down
4 changes: 2 additions & 2 deletions content/packages/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot p
- uses: {% data reusables.actions.action-checkout %}
- uses: {% data reusables.actions.action-setup-node %}
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
Expand All @@ -88,7 +88,7 @@ If you use a {% data variables.enterprise.prodname_managed_user %}, you cannot p
- uses: {% data reusables.actions.action-checkout %}
- uses: {% data reusables.actions.action-setup-node %}
with:
node-version: 16
node-version: 20
registry-url: {% ifversion ghes %}https://npm.YOUR-HOSTNAME.com/{% else %}https://npm.pkg.github.com/{% endif %}
- run: npm ci
- run: npm publish
Expand Down
1 change: 1 addition & 0 deletions src/links/lib/excluded-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,4 @@
- is: https://learning.getpostman.com/docs/postman/sending_api_requests/graphql/
- is: https://www.nongnu.org/oath-toolkit/man-oathtool.html
- is: https://www.gnu.org/software/emacs/
- is: https://www.transparency.org/what-is-corruption

0 comments on commit d5a606f

Please sign in to comment.