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 835eeff commit e1adbadCopy full SHA for e1adbad
.github/workflows/codeberg-mirror.yml
@@ -11,7 +11,7 @@ jobs:
11
codeberg:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
- uses: pixta-dev/repository-mirroring-action@v1
.github/workflows/node.js.yml
@@ -11,11 +11,11 @@ jobs:
strategy:
matrix:
- node-version: ['18.x', 'latest']
+ node-version: ['latest']
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
19
20
node-version: ${{ matrix.node-version }}
21
- name: Install dependencies
0 commit comments