We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b83a812 commit 0046aaeCopy full SHA for 0046aae
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
90
91
- name: Setup Node.js Environment
92
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
+ uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0
93
with:
94
node-version: 18
95
- run: npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
0 commit comments