Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/postcss-and-postcss-…
Browse files Browse the repository at this point in the history
…cli-and-autoprefixer-8.4.31
  • Loading branch information
gwarf authored Oct 24, 2023
2 parents 52b41cc + 7d1fe54 commit 8ff794f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ jobs:
extended: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"

2 changes: 1 addition & 1 deletion .github/workflows/build_pr_preview.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ jobs:
extended: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"

2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
extended: true

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/*"

0 comments on commit 8ff794f

Please sign in to comment.