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 fc095c8 commit 82d00ffCopy full SHA for 82d00ff
.github/workflows/ci.yml
@@ -14,7 +14,6 @@ jobs:
14
strategy:
15
matrix:
16
node: [18, 20]
17
- continue-on-error: ${{ matrix.node == 20 }}
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
.github/workflows/lockfileversion-check.yml
@@ -0,0 +1,13 @@
1
+#check package-lock file version
2
+
3
+name: Lockfile Version check
4
5
+on:
6
+ push:
7
+ branches:
8
+ - master
9
+ pull_request:
10
11
+jobs:
12
+ version-check:
13
+ uses: openedx/.github/.github/workflows/lockfileversion-check-v3.yml@master
.nvmrc
@@ -1 +1 @@
-18
+20
0 commit comments