1 Commits

Author SHA1 Message Date
renovate[bot]
df60dd4dc2 chore(deps): update actions/setup-node action to v4 2023-10-23 17:16:32 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ runs:
using: composite
steps:
- name: Install Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ inputs.node-version }}
registry-url: 'https://registry.npmjs.org'

View File

@@ -21,7 +21,7 @@ jobs:
git config --global user.email action@github.io
git config --global user.name 'Github changeset workflow'
- name: Generate changeset
uses: actions/github-script@v7
uses: actions/github-script@v6
with:
script: |
const { promises: fs } = require("fs");