π· Upgrade w5s/actions digest to 3b659c2 (#2458) #7744
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| merge_group: {} | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| jobs: | |
| build: | |
| name: Node.js ${{ matrix.node-version }} | |
| runs-on: ubuntu-latest | |
| strategy: | |
| fail-fast: false | |
| matrix: | |
| node-version: | |
| - 24 | |
| - 22 | |
| - 20 | |
| steps: | |
| - name: β¬οΈ Checkout | |
| uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 | |
| - name: βοΈ Setup | |
| uses: w5s/actions/setup@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main | |
| with: | |
| node-version: ${{ matrix.node-version }} | |
| - name: π¨ Build | |
| uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main | |
| with: | |
| task: build | |
| - name: π Validate | |
| uses: w5s/actions/task@3b659c208c212f8d0e1e468933377c51f3ac1f58 # main | |
| with: | |
| task: validate |