Skip to content

Commit

Permalink
Revert "Pins node to 22.4.1 temporarily (#64)" (#65)
Browse files Browse the repository at this point in the history
This PR reverts #64,
since nodejs/node#53902 has been resolved in
[Node.js 22.5.1](https://nodejs.org/en/blog/release/v22.5.1).
  • Loading branch information
mhassan1 committed Jul 22, 2024
1 parent c2a4d0b commit ad74160
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 ad74160

Please sign in to comment.