We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3e40f commit edf0318Copy full SHA for edf0318
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
82
83
- name: Setup Node.js Environment
84
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
+ uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
85
with:
86
node-version: 18
87
- run: npm --prefix ${{ github.workspace }}/internal/nginx/modules install-ci-test
0 commit comments