Skip to content

Commit

Permalink
node and actions upgrades in pr.yml (SumoLogic#3170)
Browse files Browse the repository at this point in the history
* node and actions upgrades in pr.yml

* Update .github/workflows/pr.yml

* Update .github/workflows/pr.yml
  • Loading branch information
kimsauce authored Oct 5, 2023
1 parent 478abe7 commit 260b259
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
CI: true
NODE_ENV: production
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
cache: 'yarn'
- name: Docusaurus Webpack cache
uses: actions/cache@v3
Expand All @@ -33,10 +33,10 @@ jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
name: Check spelling
with:
skip: "*.svg,*.js,*.map,*.css,*.scss"
ignore_words_list: "aks,atleast,cros,ddress,fiel,ist,nd,ot,pullrequest,ser,shttp,wast,fo,seldomly,delt,cruzer,plack,secur,te"
path: docs
path: docs

0 comments on commit 260b259

Please sign in to comment.