Skip to content

Commit

Permalink
Merge pull request #2904 from balena-io/vipulgupta2048/update-npm-dep…
Browse files Browse the repository at this point in the history
…endencies

Update NPM and GitHub action dependencies
  • Loading branch information
flowzone-app[bot] authored Feb 16, 2024
2 parents 6936fbb + 7ae1c13 commit 0a77048
Show file tree
Hide file tree
Showing 6 changed files with 1,001 additions and 635 deletions.
10 changes: 9 additions & 1 deletion .cspell/computer-terms.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

AAAAB
Adblocker
Aetina
ahci
allwinner
alsa
altboot
alwaysai
amdefine
apikey
Expand All @@ -21,6 +21,7 @@ Asus
ASYNCDNS
aufs
Authy
Authyßß
autoconnect
autolinker
automounting
Expand Down Expand Up @@ -160,6 +161,7 @@ fleetordevice
forkable
FORMATED
fseventsd
fstype
gcloud
genericx
getrandom
Expand Down Expand Up @@ -241,6 +243,7 @@ mitigations
mmcblk
mmcli
modeswitch
mountpoint
mraa
MRAA
mschapv
Expand Down Expand Up @@ -314,6 +317,7 @@ raspberrypi
raspberrypicm
RAWIO
RCSI
rcvbuf
rechoir
redsocks
REFCLOCK
Expand All @@ -337,6 +341,7 @@ rockpi
rockpro
Rocktech
rollouts
rootfs
RSSPM
rulefilename
ruuvitag
Expand All @@ -352,10 +357,12 @@ SECHASH
secretpassword
selectpicker
serivce
serv
SIGND
signup
sindresorhus
smarc
sndbuf
someservice
Spacely
sshkeys
Expand All @@ -370,6 +377,7 @@ supervisortest
sysfs
sysroot
systfs
sysv
tagkey
tapable
tarbz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 18
cache: "npm"
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:

# fetch external files && Building the docs
- name: Build the docs
uses: actions/setup-node@v3
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
with:
node-version: 16
node-version: 18
- run: npm run deploy-docs

- uses: actions/cache@v3
Expand All @@ -36,7 +36,8 @@ jobs:
# Run link checker on the generated HTML
- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@ec7614d7605b47efb08dc370f6d0a71884cba944 # 1.8.0
uses: lycheeverse/lychee-action@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c # for v1.9.0

env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
Expand Down
1 change: 0 additions & 1 deletion .nvmrv

This file was deleted.

Loading

0 comments on commit 0a77048

Please sign in to comment.