Skip to content

Commit

Permalink
update node to 22.9.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nemanjam committed Sep 27, 2024
1 parent 8059eaf commit c776f1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bash__deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Node.js and Yarn
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.9.0'
registry-url: 'https://registry.yarnpkg.com'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default__deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Node.js and Yarn
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.9.0'
registry-url: 'https://registry.yarnpkg.com'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages__deploy-astro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: withastro/action@v2
with:
path: ./
node-version: 20.12.2
node-version: 22.9.0
# package-manager: [email protected]

deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages__deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Set up Node.js and Yarn
uses: actions/setup-node@v4
with:
node-version: '20.12.2'
node-version: '22.9.0'
registry-url: 'https://registry.yarnpkg.com'

- name: Install dependencies
Expand Down

0 comments on commit c776f1e

Please sign in to comment.