Skip to content

Commit

Permalink
馃懛 update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Mar 18, 2024
1 parent 2f5878f commit 5bd8558
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -15,15 +15,16 @@ on:
- '**.scss'
- '**.css'

permissions: read-all
jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.5'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -34,12 +34,12 @@ jobs:
outputs:
version: ${{ steps.build.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo

- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.5'
cache: 'npm'
Expand Down

0 comments on commit 5bd8558

Please sign in to comment.