Skip to content

Commit

Permalink
Merge branch 'main' into url-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
mhassan1 committed Jul 23, 2024
2 parents 881e821 + ad74160 commit 747b40b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: setup node
uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22
cache: 'npm'

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-polyfills-exhaustive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22
cache: 'npm'

- name: env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-polyfills.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# <insert integration tests needing secrets>
- uses: actions/setup-node@v4
with:
node-version: 22.4.1
node-version: 22
cache: 'npm'

- name: env
Expand Down

0 comments on commit 747b40b

Please sign in to comment.