Skip to content

Commit

Permalink
Restrict node version
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Nov 4, 2024
1 parent d87582e commit 8c9b13c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-account-compression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
js-test-account-compression:
runs-on: ubuntu-latest
env:
NODE_VERSION: 20.5
NODE_VERSION: 20.X
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ env.NODE_VERSION }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/pull-request-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
node-version: [16.x, 18.x, 20.x]
package:
[
account-compression,
memo,
name-service,
stake-pool,
Expand All @@ -52,6 +51,8 @@ jobs:
]
include:
# Restrict certain packages to supported Node.js versions.
- package: account-compression
node-version: 20.x
- package: libraries
node-version: 20.x
- package: single-pool
Expand Down

0 comments on commit 8c9b13c

Please sign in to comment.