We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04bfa5 commit 5336fb0Copy full SHA for 5336fb0
3 files changed
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
node-version: [20.x, 22.x]
10
- os: [sfdc-hk-ubuntu-latest, sfdc-hk-macos-latest, sfdc-hk-windows-latest]
+ os: [ubuntu-latest, macos-latest, windows-latest]
11
steps:
12
- uses: actions/checkout@v6
13
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments