We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc269dd commit fc09738Copy full SHA for fc09738
.github/workflows/npm-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Use Node.js 16
27
uses: actions/setup-node@v1
28
with:
29
- node-version: 16
+ node-version: 18
30
# Specifies the registry, this field is required!
31
registry-url: https://registry.npmjs.org/
32
# clean install of your projects' deps. We use "npm ci" to avoid package lock changes
0 commit comments