chore: use node 18 for publish action

This commit is contained in:
Sean Perkins
2023-08-31 22:00:04 -04:00
parent 64f319903a
commit 969cc78b68

View File

@@ -21,7 +21,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.x
# Provenance requires npm 9.5.0+
- name: Install latest npm
run: npm install -g npm@latest